I'm attempting to install fink on my 10.2.1 box as per the instructions
at <http://fink.sourceforge.net/news/jag-bootstrap.php>. This is a
fresh OS install along with the Dev Tools + BSD SDK + August Dev Tools
update. I'm running into the following with the gettext compile:
Making all in src
gcc -DLOCALEDIR=\"/sw/bootstrap/share/locale\" -DHAVE_CONFIG_H -I. -I.
-I.. -I../lib -I../intl -I../intl -no-cpp-precomp
-I/sw/bootstrap/include -g -O2 -c gettext.c
/bin/sh ../libtool --mode=link gcc -g -O2
-L/sw/src/gettext-0.10.40-3/gettext-0.10.40/intl/.libs
-L/sw/bootstrap/lib -o gettext gettext.o ../lib/libnlsut.a
../intl/libintl.la
mkdir .libs
gcc -g -O2 -o .libs/gettext gettext.o
-L/sw/src/gettext-0.10.40-3/gettext-0.10.40/intl/.libs
-L/sw/bootstrap/lib ../lib/libnlsut.a -L../intl/.libs -lintl
ld: Undefined symbols:
___eprintf
make[2]: *** [gettext] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
compiling gettext-0.10.40-3 failed
Any ideas? Thanks.
--
Ryan
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners
- Re: [Fink-beginners] Fink install on 10.2.1 trouble Ryan Sanford
- Re: [Fink-beginners] Fink install on 10.2.1 trouble Martin Costabel
