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: libgfortranbegin.a is out of date


gfortran mad.f -o mad
/usr/bin/ld: table of contents for archive:
/usr/local/lib/gcc/i386-apple-darwin8.6.2/4.2.0/../../../
libgfortranbegin.a is out of date; rerun ranlib(1) (can't load from it)
/usr/bin/ld: table of contents for archive:
/usr/local/lib/gcc/i386-apple-darwin8.6.2/4.2.0/libgcc.a is out of
date; rerun ranlib(1) (can't load from it)
collect2: ld returned 1 exit status

Have you tried running ranlib on the installed libraries, like that the following?

sudo ranlib /usr/local/lib/libgfortranbegin.a
sudo ranlib /usr/local/lib/gcc/i386-apple-darwin8.6.2/4.2.0/libgcc.a


FX



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