Re: Building on Solaris 7 - gettext/iconv warnings.



Drazen Kacar wrote:
> 
> Murray Cumming wrote:
> > Drazen Kacar wrote:
> 
> > > You could post the final link line for libintl and somebody should be able
> > > to help you with that.
> >
> > OK:
> 
> Uh, by "the final link line for libintl" I meant the link line which
> produces libintl.so, not the final link line for the whole source package
> (if that's what this was).


> I suppose your libintl.so should be linked against GNU libiconv. If it
> isn't, it will probably fall back to libc iconv functions.
   
Sorry, I thought that would give enough information. You mean from the
Makefile?:


libintl.la libgnuintl.la: $(OBJECTS)
	$(LIBTOOL) --mode=link \
	  $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
	  $(OBJECTS)  \
	  -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
	  -rpath $(libdir) \
	  -no-undefined

-- 
Murray Cumming
www.murrayc.com
murrayc usa net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]