I figured it out, once Martin Costabel pointed me to locale.h as the culprit. The logs for the configure script showed that it was checking for the existence of locale.h by compiling a file with /lib/cpp, and taking the error return as evidence that locale.h did not exist. The temporary fix was to create /lib/cpp as a symbolic link to /usr/bin/cpp, but I'm not sure how to fix the configure script, or why it failed on my system while apparently working for many others...
Ravi On Wednesday, September 18, 2002, at 05:26 PM, Ravi Pandya wrote: > I am trying to install fink using the clean install instructions and I > get a compilation error while running bootstrap.sh: > .... > cd src && make all > /bin/sh ../libtool --mode=link gcc -O -L/sw/lib -I. -I. -I../include > -I./../include -I../lib -I/sw/include ./iconv.c ../lib/libiconv.la -o > iconv > mkdir .libs > gcc -O -I. -I. -I../include -I./../include -I../lib -I/sw/include > ./iconv.c -o .libs/iconv -L/sw/lib -L../lib/.libs -liconv > ./iconv.c: In function `main': > ./iconv.c:195: `LC_CTYPE' undeclared (first use in this function) > ./iconv.c:195: (Each undeclared identifier is reported only once > ./iconv.c:195: for each function it appears in.) > make[1]: *** [iconv] Error 1 > make: *** [all] Error 2 > ### execution of make failed, exit code 2 > compiling libiconv-1.7-5 failed > > History: > - I had a working fink installation on 10.1.5 > - I upgraded to 10.2 and installed the developer tools > - I tried upgrading fink for Jaguar as directed but that failed > - I followed the instructions to remove all the fink directories > - I then tried to follow the clean install instructions for Jaguar and > got this error > > I'd appreciate any suggestions on how to fix this. Thanks, > > Ravi > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Fink-beginners mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/fink-beginners > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
