I found these libraries: http://www.g95.org/downloads.shtml. I downloaded the x86 OSX
binaries, unzipped the file, and did ln -s bin/i686-apple-darwin10.3.0-g95 /usr/local/bin/g95
, and added chmod +rx permissions to all these files, but I still can't run the g95 executable.
g95-install$ ls -la *
-rwxr-xr-x@ 1 kilojoules staff 138126 Jan 17 2013 G95Manual.pdf
-rwxr-xr-x@ 1 kilojoules staff 523 Jul 15 22:43 INSTALL
bin:
total 352
drwxr-xr-x@ 3 kilojoules staff 102 Jan 17 2013 .
drwxr-xr-x@ 6 kilojoules staff 204 Jul 15 22:43 ..
-rwxr-xr-x@ 1 kilojoules staff 176968 Jan 17 2013 i686-apple-darwin10.3.0-g95
lib:
total 0
drwxr-xr-x@ 3 kilojoules staff 102 Jul 15 22:39 .
drwxr-xr-x@ 6 kilojoules staff 204 Jul 15 22:43 ..
drwxr-xr-x@ 3 kilojoules staff 102 Jul 15 22:39 gcc-lib
$ ln -s bin/i686-apple-darwin10.3.0-g95 /usr/local/bin/g95
$PATH
-bash: /usr/local/bin:/usr/local/sbin:/Users/kilojoules/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin: No such file or directory
$ g95
-bash: g95: command not found
Why isn't there a brew formula for this?