I d/l the 0.7.13 version from the www site. here are the compilation results for Libiconv (which caused the error in abiword): cd src; make -r all make[1]: Entering directory `/usr/local/src/libiconv/src' /bin/sh ../libtool --mode=compile gcc -O -I. -I. -I../include -I./../include -c ./iconv.c gcc -O -I. -I. -I../include -I./../include -c ./iconv.c -fPIC -DPIC -o iconv.lo In file included from ./iconv.c:19: ../include/libiconv.h:64: parse error before `iconv_open' ../include/libiconv.h:64: warning: data definition has no type or storage class ../include/libiconv.h:74: parse error before `cd' ../include/libiconv.h:80: parse error before `cd' ./iconv.c:89: parse error before `iconv_open' ./iconv.c: In function `iconv_open': ./iconv.c:100: `iconv_t' undeclared (first use in this function) ./iconv.c:100: (Each undeclared identifier is reported only once ./iconv.c:100: for each function it appears in.) ./iconv.c:150: parse error before `cd' ./iconv.c: At top level: ./iconv.c:156: parse error before `icd' ./iconv.c: In function `iconv': ./iconv.c:160: `icd' undeclared (first use in this function) ./iconv.c:161: `inbuf' undeclared (first use in this function) ./iconv.c:162: `outbuf' undeclared (first use in this function) ./iconv.c:169: `outbytesleft' undeclared (first use in this function) ./iconv.c:183: `inbytesleft' undeclared (first use in this function) ./iconv.c: At top level: ./iconv.c:376: parse error before `icd' ./iconv.c: In function `iconv_close': ./iconv.c:378: `icd' undeclared (first use in this function) make[1]: *** [iconv.lo] Error 1 make[1]: Leaving directory `/usr/local/src/libiconv/src' make: *** [all] Error 2 ??? what the fuck? do you know what did I mess out? (i used make -f makefile.abi got thease results, the same results after i used ./configure, make ) - thanks - diego
