Blitz logo

Blitz Support :

From: Patrik Jonsson (patrik_at_[hidden])
Date: 2005-05-15 22:44:15


I don't have gcc installed on my cygwin, but a possible explanation is
that all executables seem to be called blah.exe, so if you do gcc -o
program and get something called program.exe instead of program, I could
se how configure just would assume that the executable wasn't created.

/Patrik

Simon Perreault wrote:

>On May 13, 2005 19:17, Frank Astier wrote:
>
>
>>Just a quick check: has anybody tried to install Blitz on Cygwin? I'm
>>getting a problem with the Fortran compiler not being able to "create
>>executables" when running configure...
>>
>>
>
>You're probably missing g77, the GNU Fortran compiler.
>
>
>