This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: gfortran


2008/6/9 Paul, Brent S <bpaul@alionscience.com>:
> Daniel,
>
> $ gfortran -v
> Using built-in specs.
> Target: i686-pc-cygwin
> Configured with: ../gcc44/configure --prefix=/usr/local/gfortran
> --enable-languages=c,fortran --disable-bootstrap --enable-threads=posix
> --enable-sjlj-exceptions --enable-version-specific-runtime-libs
> --enable-nls --disable-libmudflap --disable-shared
> --disable-win32-registry --with-system-zlib --enable-checking=release
> --enable-werror --without-included-gettext --without-x --enable-libgomp
> Thread model: posix
> gcc version 4.4.0 20080517 (experimental) [trunk revision 135459] (GCC)
>
> I've also tried it without the "./" and there wasn't an executable
> created.  I added the "./" because I was worried it was defaulting to
> some other directory.

Hm. Here I run FX' built as available from the wiki (20080514, Target:
i586-pc-mingw32) from cygwin. If this is supposed to work I can't
tell, however, it works for me. Or better, it works mostly, there are
some issues with absolute and relative paths names. That's why I
suggested to try without the './'.

Does gcc work with a simple .c file?


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