This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

[Fortran] where is -lfrtbegin?


The operating system is FreeBSD.  The compilation of
Fortran dies with

kargl[284] f77 -o z -v z.f
Driving: f77 -o z -v z.f -lfrtbegin -lg2c -lm
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.1 [FreeBSD] 20020509 (prerelease)
 /usr/libexec/f771 z.f -quiet -dumpbase z.f -version -o /var/tmp/ccjgvYSx.s
GNU F77 version 3.1 [FreeBSD] 20020509 (prerelease) (i386-undermydesk-freebsd)
        compiled by GNU C version 3.1 [FreeBSD] 20020509 (prerelease).
 /usr/libexec/elf/as -v -o /var/tmp/cc4kVtSZ.o /var/tmp/ccjgvYSx.s
GNU assembler version 2.12.0 [FreeBSD] 2002-04-10 (i386-obrien-freebsd5.0) using BFD version 2.12.0 [FreeBSD] 2002-04-10
 /usr/libexec/collect2 -V -dynamic-linker /usr/libexec/ld-elf.so.1 -o z /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib /var/tmp/cc4kVtSZ.o -lfrtbegin -lg2c -lm -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o
/usr/libexec/elf/ld: cannot find -lfrtbegin
GNU ld version 2.12.0 [FreeBSD] 2002-04-10
  Supported emulations:
   elf_i386
collect2: ld returned 1 exit status

I have searched both the stock GCC in FreeBSD-5.x and
gcc-3.1 and I cannot find a file with the string "frtb"
in it.  So, what is -lfrtbegin?  Where is it located?
How does one disable the use of -lfrtbegin?

-- 
Steve
http://troutmask.apl.washington.edu/~kargl/


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