------- Comment #10 from pinskia at gcc dot gnu dot org  2005-10-29 14:09 
-------
Can you try the following "work around":
gfortran -fPIC -shared -Wl,-Bsymbolic -o libtest.so test.f \
-Wl,--whole-archive /usr/lib64/libgfortran.a -Wl,--no-whole-archive


This should work and if it does, then the orginal problem is really just
another manfacturing of PR 22298.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24576

Reply via email to