On Thu, Aug 03, 2006, Nick White wrote: > Well, I upgraded gcc (to 3.4.6), as well as glibc and all the related > packages, no difference. I compiled my own libiconv; no difference. I tried > adding /usr/lib/libiconv.a (where the file is on my system) to the Makefile, > but nothing. > > So, I went for the nasty hack approach; I changed the #include <iconv> in > src/utf.c to #include "iconv2.h", copying /usr/include/iconv.h to > src/iconv2.h, and it worked. > > I'm bumbling along reasonably unaware of why this worked, so if it reveals > why it wasn't working normally I'd be pleased to know.
What this means is that there is a different iconv.h file on your system which is being found first. Keith. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ linux-karma-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-karma-devel
