This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dynamic library/dso_handle problem


> /usr/bin/ld: warning can't open dynamic library: /libgcc_s.1.dylib
> referenced from: /usr/local/gfortran/lib/gcc/i386-apple-
> darwin8.10.1/4.3.0/../../../libgfortran.dylib (checking for undefined
> symbols may be affected) (No such file or directory, errno = 2)

This warning, though annoying, is harmless.

> /usr/bin/ld: Undefined symbols:
> ___dso_handle
> collect2: ld returned 1 exit status

This will be fixed by updating your cctools (including as and ld) to a
version >= 590.36. Updating XCode to version 2.4.1 should do it.

FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]