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



Murray Cumming wrote:
> Drazen Kacar wrote:

> > 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

I meant the compiler (or linker) invocation produced by this Makefile
target. Go to directory where libintl.la lives, type "rm libintl.la",
then "make" and tell me what happens.

-- 
 .-.   .-.    Are you crying?  No, I'm bleeding.
(_  \ /  _)
     |        dave arsdigita com
     |




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