On 03/11/2006, at 11:54 am, Axel Liljencrantz wrote: >> >> /usr/bin/ld: Undefined symbols: >> _libiconv >> _libiconv_close >> _libiconv_open > > This is the problem. The linker can't find any iconv functions. Does > adding '-liconv' to the LDFLAGS line of the Makefile fix the problem?
Yes. Thanks! Now I have a much more minor problem. When fish starts, it says: > fish: 'return' command command outside of function definition > /usr/local/bin/seq (line 37): return 1 > ^ > fish: 'return' command command outside of function definition > /usr/local/bin/seq (line 44): return 1 > ^ > fish: Error while reading file /usr/local/bin/seq I can't see what the problem is with /usr/local/bin/seq. Could you please post the solution, as a tutorial for us all in fishscript? Thanks. Jason ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
