On Sat, 29 Nov 2003, P.A.A. wrote:
Thanks, here's what's right before:
gcc -g -O2 -o imlib_config imlib_config.o icons.o testimg.o -L/sw/lib -L../gdk_imlib/.libs -lgdk_imlib -lSM -lICE -L/usr/X11R6/lib -lgtk -lgdk -L/usr/local/lib -lgmodule -lglib -lintl -liconv -lXext -lX11 -lm ld: table of contents for archive: /usr/local/lib/libgcc.a is out of date; rerun ranlib(1) (can't load from it)
I'm using Panther gcc 3.3 .... what to do?
rerun ranlib:
sudo ranlib /usr/local/lib/libgcc.a
but I'm not sure why you have things in /usr/local/lib
It seems there is some popular package that installs this /usr/local/lib/libgcc.a. I don't remember what it was, osxgnu or macgimp or whatever, but in any case, while this /usr/local/lib/libgcc.a is there, you cannot reliably compile anything, it interferes all the time.
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users