Thanks.
I had read the passage about /usr/ocal/lib in the FAQ but failed to connect it with the error message. Fink is chugging along nicely now, and will hopefully continue through the night.
Stefano
On Sep 20, 2004, at 7:22 PM, Martin Costabel wrote:
Stefano Franchi wrote:
[]g++ -g -O2 -o .libs/aspell aspell.o check_funs.o checker_string.o -Wl,-bind_at_load -L/sw/lib ../lib/.libs/libaspell.dylib /usr/local/lib/libncurses.a
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_COLS
You should always be careful with what you put into /usr/local/lib. If you compile such a big heap of Fink packages, it would be a good idea to move all of /usr/local out of the way while you are compiling and move it back afterwards.
sudo mv /usr/local /usr/local_away fink update-all sudo mv /usr/local_away /usr/local
-- Martin
__________________________________________________ Stefano Franchi Department of Philosophy Ph: (64) 9 373-7599 x83940 University Of Auckland Fax: (64) 9 373-7408 Private Bag 92019 [EMAIL PROTECTED] Auckland New Zealand
------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
