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]

Mixing g77 and gfortran object code


Should I expect a binary built from a mix of g77 and gfortran object code, generated from F77 source, to work?
Are there compiler flags to assist the process?

Why is he doing this, you ask?  I am investigating some gfortran LAPACK failures on cygwin.
In the past I have been able to isolate g77 LAPACK failures by progressively replacing
routines compiled with a known good compiler with those compiled with the suspect compiler.

Some initial testing shows that mixing and matching works in some cases, once I linked in
libg2c.a 

	David


NOTICE
This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, the copying or distribution of this e-mail and any attachments is prohibited and you must not read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.


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