This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
g77 executable linkage
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 15 Nov 2003 03:33:20 -0500 (EST)
- Subject: g77 executable linkage
I am trying to convert a build from g77 to IBM XL Fortran.
Unfortunately it looks like I need to manually pass all the ld
flags through the IBM XL compiler to ld for linking in non-fortran
libraries.
Since I already have a working build with g77, I was hoping
I could copy the ld flags it generates. Is there a flag for g77
that will cause it to disgorge the ld commands generated when it
creates an executable (like -v does for libtool)?
Thanks in advance.
Jack