This is the mail archive of the gcc-help@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]

GCC object files and Microsoft linker


Hi,

I don't know if this make sense, but I would be happy if so: I need to generate object files (from Fortran source) for a proprietary program that is going to link it against it's own object files. (The idea is that I can change some of the internal subroutines to fit my needs.) I was told I need to use Microsoft Visual Studio and Intel Fortran compiler (both proprietary tools) to do that.
Do you think I could at least use gfortran to generate object files that are going to be linked with Microsoft linker? Or, better yet, use a gnu linker to link my object files against those compiled by Intel Fortran?


  Thanks for your help,
  Maurício


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