For Programmers: Free Programming Magazines  


Home > Archive > Fortran > October 2004 > installing g95 under cygwin









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author installing g95 under cygwin
Jean-Baptiste FAURE

2004-10-20, 4:06 pm

Please help

When I install g95 under cygwin I have the following error message :
g95: installation problem, cannot exec 'f951': No such file or directory

Perhaps it is a problem with symbolic links but I don't understand where.
I did same commands as in post Re: Installing g95 on OS X by Dave Seaman but I
receive the same error message.

Any help ?
Thanks
Joost VandeVondele

2004-10-20, 4:06 pm

Jean-Baptiste FAURE <faure@lyon.cemagref.fr> wrote in message news:<cl5n7u$3n2$1@demo2.univ-lyon1.fr>...
> Please help
>
> When I install g95 under cygwin I have the following error message :
> g95: installation problem, cannot exec 'f951': No such file or directory


g95 Cygwin seems to be different (at least the version I use).
On cygwin g95-install/INSTALL reads:

How to install g95:

1) Unpack this tarball in /usr/share.

2) In a directory that is in your $PATH, create a symbolic link
named 'g95' to the g95 executable:

ln -s /usr/share/g95-install/bin/i686-pc-cygwin-g95.exe g95

You should now be able to run g95 and create executables.

To get a list of environment variables that control the library,
run a compiled binary with the --help option, ie:

./a.exe --help

Have Fun

Cheers,

Joost
Jean-Baptiste FAURE

2004-10-21, 8:57 am

Le 20/10/2004 20:22, Joost VandeVondele a écrit :

> Jean-Baptiste FAURE <faure@lyon.cemagref.fr> wrote in message news:<cl5n7u$3n2$1@demo2.univ-lyon1.fr>...
>
>
>
> g95 Cygwin seems to be different (at least the version I use).
> On cygwin g95-install/INSTALL reads:
>
> How to install g95:
>
> 1) Unpack this tarball in /usr/share.
>
> 2) In a directory that is in your $PATH, create a symbolic link
> named 'g95' to the g95 executable:
>
> ln -s /usr/share/g95-install/bin/i686-pc-cygwin-g95.exe g95
>
> You should now be able to run g95 and create executables.
>
> To get a list of environment variables that control the library,
> run a compiled binary with the --help option, ie:
>
> ./a.exe --help
>
> Have Fun
>
> Cheers,
>
> Joost


Thank you, It's ok now after reinstalling and finding INSTALL file. I think I
had pb with unpacking in the previous installation. Informations in INSTALL file
are quite different from ones on web site.

JBF
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com