This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32255] warning can't open dynamic library
- From: "dir at lanl dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2007 14:59:50 -0000
- Subject: [Bug fortran/32255] warning can't open dynamic library
- References: <bug-32255-10129@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dir at lanl dot gov 2007-06-08 14:59 -------
I just noticed that programs work anyway -
[dranta:~/tests/gfortran-D] dir% rm testioBackspace
[dranta:~/tests/gfortran-D] dir% gfortran -o testioBackspace testioBackspace.f
/usr/bin/ld: warning can't open dynamic library: /libgcc_s.1.dylib referenced
from:
/usr/local/gfortran/lib/gcc/powerpc-apple-darwin8.9.0/4.3.0/../../../libgfortran.dylib
(checking for undefined symbols may be affected) (No such file or directory,
errno = 2)
[dranta:~/tests/gfortran-D] dir% testioBackspace
Number of Tests = 4
Number of Tests = 16
Number of Tests = 64
Number of Tests = 256
Number of Tests = 1024
Number of Tests = 4096
Number of Tests = 16384
Number of Tests = 65536
[dranta:~/tests/gfortran-D] dir%
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32255