This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

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


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