[Bug driver/27314] ld can't find libgfortran.so.1 on x86-64

2006-04-26 Thread dr dot johan at gmail dot com
--- 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

[Bug fortran/27314] New: ld can't find libgfortran.so.1 on x86-64

2006-04-25 Thread dr dot johan at gmail dot com
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

[Bug fortran/15181] gfc_conv_component_ref: Assertion `c->backend_decl' failed

2004-10-15 Thread dr dot johan at gmail dot com
--- 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