Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageJean-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
Post Follow-up to this messageLe 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
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.