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
------------------------------------------------------- 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
