This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Cygwin binaries are screwed?
- From: Brian Dessent <brian at dessent dot net>
- To: FX Coudert <fxcoudert at gmail dot com>
- Cc: Fortran List <fortran at gcc dot gnu dot org>
- Date: Wed, 09 Jan 2008 15:56:32 -0800
- Subject: Re: Cygwin binaries are screwed?
- Organization: My own little world...
- References: <C9DE28C1-8C9E-4FD2-878B-3F5454907B8F@gmail.com>
- Reply-to: Fortran List <fortran at gcc dot gnu dot org>
FX Coudert wrote:
> FX@gibbs ~/usr/local/gfortran/rfft-1.2
> $ ../bin/gfortran.exe -c *.f -O2
Run "echo $?" after this command and if it's 53 then it means you're
missing a required library or need to adjust PATH. Run "cygcheck
$(gfortran -print-prog-name=f951)" to diagnose.
Brian