Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Compilation errors on OpenSolaris snv 77



"Johann \"Myrkraverk\" Oskarsson" wrote:
> 
> Undefined               first referenced
>  symbol                     in file
> libiconv_close                      utils.o
> libiconv_open                       utils.o
> libiconv                            utils.o

This happens if it is picking up the iconv.h header file from GNU
libiconv but linking against the system iconv. ItYou need to try 
prevent it from finding GNU iconv when running configure.

Oliver



Messages sorted by: Reverse Date, Date, Thread, Author