Hi, Does anyone have a fortran compiler working successfully on an intel Mac? Karen....
Karen Masters
kmasters@...
Sep 3, 2006 8:55 pm
147
Hi Karen, I installed g77 from finkcommander, and it complained about one missing library or file (sorry, I can't remember the specifics). I found an older...
Rose Finn
rfinn@...
Sep 4, 2006 1:24 am
148
Hi Karen, The Portland Group, www.p*group*.com sells a very good compiler for Linux under Intel. They may have plans for a Mac version. Donald...
Intel appears to be selling their Fortran Compiler for OS X now: http://www3.intel.com/cd/software/products/asmo-na/eng/compilers/fmac/267426.htm It also...
Well, by installing 'fink' (http://fink.sourceforge.net/) you can have open source sofware on your Mac. Among those packages you will find 'g77' which is a...
Hi, Thanks to everyone who suggested fink. :) Actually I did try that before emailing the list - but as far as I can tell it appears that g77 is not available...
Karen Masters
kmasters@...
Sep 4, 2006 1:45 pm
152
In fact our Macs are all G5 machines. We have not yet been able to get any Intel-based Macs so far. I do hope that they get g77 working... Cheers, Sergio...
g77 does NOT work on the Mactels. It have been told that it is unlikely to ever appear. GNU supports gfortran now and has depricated g77. Some compiler...
Hi Karen, A workaround is to use ppc binary of g77, and it works fine on my Macbook Pro. But since it is not native, it seems that the executables I got from...
Hi Karne, The G95 project has binaries for Intel ("x86") OSX. I haven't actually tried this, since I almost never work with Fortran, but it might be worth...
Peter Erwin
erwin@...
Sep 4, 2006 9:50 pm
156
g95 is definitely the free Fortran compiler to get for Intel Macs. As Peter said, there are pre-built binaries, and if you want it you can compile it yourself....
Karen, Some of the things I check that a FORTRAN 77 compiler will support are: 1. Does it allow preprocessing? If so, is there any restriction on the naming...
Starlink Software Collection - "Keoe (Vega)" Release ... JAC announces a new release of the Starlink Software Collection. Highlights of the "Keoe (Vega)"...
Hi all, I have created a library of FORTRAN routines to create, read, edit, plot, and display FITS (Flexible Image Transport System) image files. Some of the...
Glad to see some discussion on the lack of g77 for the intel macs. I'm hoping some of you out there can offer some pointers. I have got a hold of g95,...
Tyler L. Bourke
tbourke@...
Sep 14, 2006 3:46 pm
161
... i know for miriad (and wip) one has to be careful, since the #ifdef on byteswapping was done based on darwin always being big endian. That's not true...
Hi Tyler, I can't offer any direct comments, since I don't usually do Fortran compiling. But the g95 web pages -- including the notes on compiling specific...
Peter Erwin
erwin@...
Sep 14, 2006 5:05 pm
163
... Yes. It should compile fine if you check it out from anonymous CVS (see http://dev.starlink.ac.uk for more information). If you don't want to compile it...
Hi Tyler, I have now successfully built pgplot and WIP on my iMac (2 GHz Intel Core Duo, MacOSX 10.4.7, 1 GB RAM) using the commercial Intel Fortran compiler...
Hi all, I had overlooked this post by Jeremy Hallum on Intel Fortran compiler. As I wrote yesterday, I was able to build pgplot and WIP on my intel iMac....
Dear all, we got several mac pros, and most of our softs are, iraf, ciao,etc. We want students to use mac pros as servers. Such as on student's pc, we install...
Hi there, it's not clear from your message - are you trying to open X applications or native Mac (Aqua/Cocoa) applications from a linux/ unix machine? As far...
... A free solution for viewing your Mac desktop from another machine is to use VNC (Virtual Network Computing) eg. OSXvnc as the server on your Mac then a...
Jennifer Hatchell
hatchell@...
Oct 18, 2006 1:54 pm
169
... It's not clear to me what the problem is, either, but I'd agree with Naomi that native Mac (Aqua/Cargon) apps can't be run remotely without something like...
Peter Erwin
erwin@...
Oct 18, 2006 2:11 pm
170
... Apple Remote Desktop has a server that's now built in to OS X, and it can act as a VNC server, so there's no need to install a separate server. See System...
... Also, if "ssh -X" doesn't work, try "ssh -Y" instead. For me this became necessary when SSH2 became the default instead of SSH1. Cheers, -- Paul...
... Hash: SHA1 ... There is a freer solution, in the sense that if you have OS 10.4 installed, you already have a VNC server built-in to the Mac as part of...
... Hi Juan! As noted in the comments to that article, it's not clear that one can start the Apple Remote Desktop service in System Preferences, while *not*...
Thanks so much! I may try everyone's suggestion carefully. following is the massage on my linux box rhea:is my linux system rhea-2 is my mac [rhea@localhost...
As an alternative to ssh -Y (which is the new -X, there is a full explanation somewhere on the openssh web site). You can add the following lines to your...