This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35524] New: EXP library function not found in March 7 snapshot under FreeBSD
- From: "michael dot a dot richmond at nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Mar 2008 14:06:04 -0000
- Subject: [Bug fortran/35524] New: EXP library function not found in March 7 snapshot under FreeBSD
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following applies to the March 7 snapshot under FreeBSD. I haven't tested
it on other platforms. When I compile and link the following program:
PROGRAM test_exp
x = exp(1.0)
END PROGRAM test_exp
I get the message:
/usr/home/mrichmond/irun/bin/../lib/gcc/i386-unknown-freebsd7.0/4.4.0/../../../libgfortran.so:
undefined reference to `expl'
collect2: ld returned 1 exit status
--
Summary: EXP library function not found in March 7 snapshot under
FreeBSD
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: michael dot a dot richmond at nasa dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35524