NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Neil, I installed g77 on my mac today. It installed in /usr/local/bin. So, I added that to my $PATH variable so that if I do a "which g77" it shows up. Then I changed the CONFIG>Makeinc.darwin files at the top. It references some "/sw" directory, but I do not have it, so I commented them out and added /usr/bin/g77 and /usr/bin/... OPSYS = Darwin # # Using FINK's gcc and g77 #CC = /sw/bin/gcc-4 #FC = /sw/bin/g77 #Ryan Edit CC = /usr/bin/gcc-4.0 FC = /usr/bin/g77 Now, the error I see over and over again is "Xm/XmAll.h", no such file or directory. I do not have a /usr/X11R6/include/Xm directory, so I'm trying to find out what it is and install it. Ryan On Sun, Aug 2, 2009 at 11:55 PM, Neil <neils@xxxxxxxxxxxxxxxxxx> wrote: > Trying to do same here ... as I can get to it. > Unidata had pointed out to me before that the compile has to be done using > the old g77 fortran compiler, not the current GNU supported gfortran. One of > the Darwin config files I noticed mentioned getting it from fink. Well, my > recent experience with installing fink and then looking for g77 failed to > find it. So I'll have to get it from some archive somewhere. Let me know if > you can find it. > -Neil > > > On Aug 2, 2009, at 11:37 PM, ryan jewell wrote: > > Hello, just signed up and test test test. >> >> While I'm at it, I'll state that I"m pulling my hair out trying to get >> GEMPAK installed right on my new mini mac. I try compiling it, but a few >> minutes into the make it stops with errors. It's an Intel based mac so the >> binary does not work. >> >> I have a make file that I sent to unidata, waiting to see what they think. >> >> Ryan >> _______________________________________________ >> gembud mailing list >> gembud@xxxxxxxxxxxxxxxx >> For list information or to unsubscribe, visit: >> http://www.unidata.ucar.edu/mailing_lists/ >> > >
gembud
archives: