On Monday 04 July 2005 22:07, FX Coudert wrote:
No (explicit) static linking on my side:
$> gfortran -v
[...]
--disable-shared
So, you don't build the shared libraries libgfortran (and
libgfortranbegin), that's why they get statically linked.
To answer Tobias' question, yes, Daniel should use gfortran to link
(or,
at least, link with -lgfortranbegin too), but that's not related to
the
problem observed here.
Shall I file a bug report at http://gcc.gnu.org/bugzilla ?
If yes, which product? fortran/libfortran?