This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: fortran and apple rantings...
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