Re: [Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner
On 5/03/2008, at 2:59 PM, Mark J. Reed wrote: > Do a "fink selfupdate". That tells fink to update itself to the > latest version. That took a long while > Then do a "fink update-all" to update all the > packages to their latest versions (if you have a lot of packages, that > can t

Re: [Fink-users] Ratfor.

2008-03-04 Thread Mark J. Reed
Do a "fink selfupdate". That tells fink to update itself to the latest version. Then do a "fink update-all" to update all the packages to their latest versions (if you have a lot of packages, that can take a while). Then try the "fink install g77" again. If fink still can't find the package, yo

Re: [Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner
On 5/03/2008, at 2:18 PM, Mark J. Reed wrote: > On Tue, Mar 4, 2008 at 7:54 PM, Rolf Turner > <[EMAIL PROTECTED]> wrote: >> >> (1) Be that as it may --- I don't have g77 on my Imac. Tried to use >> fink > to install it a while back --- to no avail. > > What version of OS X and fink? I have

Re: [Fink-users] Ratfor.

2008-03-04 Thread Mark J. Reed
On Tue, Mar 4, 2008 at 7:54 PM, Rolf Turner <[EMAIL PROTECTED]> wrote: > > (1) Be that as it may --- I don't have g77 on my Imac. Tried to use > fink > to install it a while back --- to no avail. What version of OS X and fink? I have Leopard, fink 0.28.0 updated via selfupdate-rsync to this p

Re: [Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner
On 5/03/2008, at 1:02 PM, Mark J. Reed wrote: > Glad I could help! > > Oh, you likely know this already, but if you rename it to just > "ratfor" and put it somewhere in your $PATH, g77 will invoke it > automatically for you when you run it on a file whose name ends in .r > . Didn't know that --

Re: [Fink-users] Ratfor.

2008-03-04 Thread Mark J. Reed
Glad I could help! Oh, you likely know this already, but if you rename it to just "ratfor" and put it somewhere in your $PATH, g77 will invoke it automatically for you when you run it on a file whose name ends in .r . On 3/4/08, Rolf Turner <[EMAIL PROTECTED]> wrote: > > On 5/03/2008, at 11:23

Re: [Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner
On 5/03/2008, at 11:23 AM, Mark J. Reed wrote: > The package here: > > http://sepwww.stanford.edu/software/ratfor.html > > compiled fine for me once I set SEPBINDIR in the Makefile. I just had > it compile to the current working directory: > > SEPBINDIR = . > > after which typing "Make" got me a

Re: [Fink-users] Ratfor.

2008-03-04 Thread Mark J. Reed
The package here: http://sepwww.stanford.edu/software/ratfor.html compiled fine for me once I set SEPBINDIR in the Makefile. I just had it compile to the current working directory: SEPBINDIR = . after which typing "Make" got me a ratfor77 binary that seems to work: $ cat punishment.r # RATFOR

[Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner
I should preface this message by saying that I am not really an ``experienced fink user''. However this list seemed to be the most appropriate of the possible options. The issue is that I would like to install ratfor on my Imac. I did a search for ratfor amongst the available fink packag