From: Marc-Antoine P. <map...@ac...> - 2003-07-31 14:01:20
|
Le Mercredi, 30 juil 2003, =E0 21:18 Canada/Eastern, David Sewell a = =E9crit=20 : > Well, I got it to work, but I don't understand the best fix. > The problem was in linking the iconv library. I just added > "/sw/lib/libiconv.dylib" by hand to the gcc compilation line after=20 > "make" > failed in the ./src directory, and the resulting binary works. I don't > know how the configuration files need to be changed to make that=20 > happen. First, my install was quite dated, so I upgraded to be up to speed with=20= you. I configured with ./configure --with-libxml-prefix=3D/sw --with-libxslt-prefix=3D/sw=20 --with-libiconv-dir=3D/sw I even have problems compiling, as the with-libiconv-dir is not=20 honoured (/sw/include does not get in the include path) and hence the=20 iconv.h is not found in the compile stage. The proper solution would be to change at the level of configure.in and=20= Makefile.in. Here is a patch: |