This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Build error under Linux
Hi!
Thanks a lot!
Should I file a PR? (I don't seem to be able to find any related to
this).
Philippe
Richard Guenther wrote:
>
> On 1/4/07, Philippe Schaffnit <P.Schaffnit@access.rwth-aachen.de> wrote:
> >
> > Hi!
> >
> > I somehow fail to get a working compiler under Linux with freshly
> > up-do-date sources (well... actually it's re-building with still
> > newer...): I get:
> >
> > === gfortran Summary ===
> >
> > # of expected passes 283
> > # of unexpected failures 8726
> > # of expected failures 7
> > # of unresolved testcases 57
> > # of untested testcases 1735
> > # of unsupported tests 80
> >
> > This happens with:
> >
> > GNU Fortran 95 (GCC) 4.3.0 20070104 (experimental)
> > Copyright (C) 2006 Free Software Foundation, Inc.
> >
> > (by thew way, shouldn't the copyright year be updated?)
> >
> > What happens with a 'Hello world' thing:
> > gfortran Hello.f90 -o Hello
> > /usr/bin/ld: crtbegin.o: No such file: No such file or directory
> > collect2: ld returned 1 exit status
> >
> > Where's this 'crtbegin.o' coming from?
> >
> > Is anyone else seeing that?
>
> I see this, too. This is from the libgcc changes (it happens for an
> installed compiler).
>
> Richard.