--- Comment #4 from dr dot johan at gmail dot com 2006-04-26 17:20 ---
ld was trying to load libgfortran.so from $PREFIX/lib, not from $PREFIX/lib64.
When linked with -Wl,-rpath,$PREFIX/lib64, libgfortran.so was found at runtime.
So no bug, just inexperience with gfortran on x86-64 on
tran.so.1 on x86-64
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dr dot johan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27314
--- Additional Comments From dr dot johan at gmail dot com 2004-10-15 19:59
---
I second this opinion! I tried the fix suggested below and my code now builds
with gfortran "gcc version 4.0.0 20041015 (experimental)".
/Johan
(In reply to comment #6)
> My