Bob Palowoda <[EMAIL PROTECTED]> wrote:

> > libiconv() ... are the wrong symbols, they are
> > GNUisms that officially do not
> > exist.
> > 
> > It looks like you did include the wrong include file
> > (e.g. 
> > /opt/csw/include/iconv.h) instead if
> > /usr/include/iconv.h
> > 
>
>  Oh it's more than that.  He is in autoconf and libtool hell. What is worse 
> is mixing 
> so many different environments during the compile. 

Well, autoconf is OK. The problem is libtool. Libtool does not properly manage 
the library search PATH, it works only correctly if all libs are located in 
/usr/lib 
or if there is a ld.so config setup that creates global librerary search 
extensions.

In many cases libtool can be made to work by defining LD_LIBRARY_PATH and 
LD_RUN_PATH before falling "configure" and "make". But build systems that are 
based on libtool are still not user friendly as they do not do what they 
promise: automated compilation.




Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to