cannot link code on a 64 bit AMD

Brian Dessent brian@dessent.net
Wed Feb 14 00:05:00 GMT 2007


Mike Howell wrote:

> I can compile an produce a static library:  libdiglib.a but cannot link
> to it. I get the message symbol tables out of order. I have attached he
> [...]
> libdiglib.a :   devindep.o x11.o x11_f.o
>         ar r libdiglib.a devindep.o x11.o x11_f.o
> #

It's standard practice to run ranlib after creating an archive with
'ar'.  Does that fix the error?

Brian



More information about the Fortran mailing list