From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: Mingw32, g77 and B20 10 Nov 1998 01:24:58 -0800 Message-ID: References: <19981108193344 DOT B2044 AT sirio DOT stat DOT unipd DOT it> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Guido Masarotto Cc: gnu-win32 AT cygnus DOT com On Sun, 8 Nov 1998, Guido Masarotto wrote: > > Question is: is this reliable? Or, what must be done to use > Fortran with Mingw32 and B20? > Use egcs-1.1 for mingw32 would be one way. Or, you can take the libg2c.a from mingw32/egcs distribution and link with that conjunction with the -mno-cygwin flag. The -mon-cygwin flag has one *BIG* pitfall that everybody seems to be overlooking -- the target libraries are build for i386-cygwin32, NOT i386-mingw32. That includes libg2c (there is no libf2c with g77 btw), libstdc++, libiberty, and so son. Regards, Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".