James D. Freels wrote: > Finally, I have a commercial license of NAG FORTRAN, which uses a.out > binaries and linkable libraries. I can execute the compiler because I > have a.out executing enabled in my newly-complied kernel. However, I > get unresolved references in the link step. I suspect because if is > trying to link to the libc5 libraries and it needs the libc4. I have > the old libc4 libraries loaded, but I don't know how to allow NAG > FORTRAN to link to them. Can anyone help me here? > Hi,
'ldd f77' should tell you it needs? --Derek Lee