--On Friday, June 6, 2003 07:40 +0200 Martin Costabel wrote: > Mark E. Perkins wrote: > >> --On Thursday, June 5, 2003 16:36 -0400 Alexander Hansen wrote: >> >> >>> Do you have anything in /usr/local/lib (that's the most common >>> offender). >> >> >> Nothing that should matter: > > Another one is the too small default stacksize. Did you make it bigger? > > limit stack 8000 (or, for bash, "ulimit -2 8000")
I had not done that. Unfortunately it doesn't help (build dies in the same place). OTOH, if I change CFLAGS in Makefile to scale back on the optimization and run 'make clean && make' by hand, it builds to completion (-O and -O1 both do OK). This is on 1GHz iMac, 768MB memory, Darwin 6.6, in case that gives any useful clues to what might be going on.... Mark ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
