This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Build error under Linux


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?

Thanks!

Philippe


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]