fortran and apple rantings...
Stan Shebs
shebs@apple.com
Sun Dec 30 14:57:00 GMT 2001
Aldy Hernandez wrote:
>
> my current problem stems from darwin.h putting -l3crt1.o in the spec
> file. for some reason my darwin doesn't have 3crt1.
This comes from Apple mods not yet submitted to FSF GCC, not
least because the alternate crt1.o needs to be made more widely
available. If you don't care about C++ EH, you can symlink
/usr/lib/crt1.o to /usr/lib/3crt1.o and get it going that way.
> > Andreas
> >
> > P.S, don't forget to increase the stack...
>
> i'm using bash, i think that only applies to tcsh.
Lately I've been forgetting to bump up the stack limit, but expr.c
still compiles successfully, so it's apparently no longer needing
as much stack space as before.
Stan
More information about the Gcc
mailing list