g77 .o files are the same as gcc .o files. You would be subject to similar limitations; I suspect you won't be able to use any run-time library calls, unless you can extract the necessary .o files from the library. In addition, you will need to be familiar with the -funderscore options and deal with any case mis-match in linker symbols. ----- Original Message ----- From: "Ayers, Douglas D (SAIC)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 7:22 AM Subject: GCC fortran question
> Hi, > > On the FAQ, it states that MSVC and GCC C objects can be used together. I > was wondering if Fortran objects created with GCC can be used with MSCV. I > would think so since C objects can be used but my boss said he had trouble > doing that once. Any comments on this issue would be greatly appreciated. > I plan on trying to use MSCV for C and GCC for Fortran on an upcoming > project (if possible). > > Thank you for any help, > > Douglas Ayers -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
