Search the web
Sign In
New User? Sign Up
osxastro · OSX Astro
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 146 - 175 of 212   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
146
Hi, Does anyone have a fortran compiler working successfully on an intel Mac? Karen....
Karen Masters
kmasters@...
Send Email
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@...
Send Email
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...
Donald Gudehus
donald_gudehus
Offline Send Email
Sep 4, 2006
2:12 am
149
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...
Jeremy Hallum
hallumj
Offline Send Email
Sep 4, 2006
3:48 am
150
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...
Sergio A. Ilovaisky
silovaisky
Offline Send Email
Sep 4, 2006
7:19 am
151
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@...
Send Email
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...
Sergio A. Ilovaisky
silovaisky
Offline Send Email
Sep 4, 2006
1:56 pm
153
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...
jterry94
Offline Send Email
Sep 4, 2006
8:24 pm
154
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...
Subo Dong
dsbalex
Offline Send Email
Sep 4, 2006
9:46 pm
155
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@...
Send Email
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....
Brad Cavanagh
canspice22
Offline Send Email
Sep 5, 2006
7:10 pm
157
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...
Donald Gudehus
donald_gudehus
Offline Send Email
Sep 6, 2006
10:04 pm
158
Starlink Software Collection - "Keoe (Vega)" Release ... JAC announces a new release of the Starlink Software Collection. Highlights of the "Keoe (Vega)"...
Brad Cavanagh
canspice22
Offline Send Email
Sep 7, 2006
11:56 pm
159
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...
Donald Gudehus
donald_gudehus
Offline Send Email
Sep 8, 2006
9:08 pm
160
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@...
Send Email
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...
Peter Teuben
teuben58
Online Now Send Email
Sep 14, 2006
5:01 pm
162
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@...
Send Email
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...
Brad Cavanagh
canspice22
Offline Send Email
Sep 14, 2006
6:19 pm
164
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...
nimeshapatel
Offline Send Email
Sep 14, 2006
7:56 pm
165
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....
nimeshapatel
Offline Send Email
Sep 15, 2006
8:32 pm
166
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...
i.rhea
Offline Send Email
Oct 18, 2006
6:54 am
167
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...
Naomi Ridge
naomi_ridge
Offline Send Email
Oct 18, 2006
1:00 pm
168
... 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@...
Send Email
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@...
Send Email
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...
Edd Edmondson
eddedmondson
Offline Send Email
Oct 18, 2006
2:13 pm
171
... 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...
Paul Ray
paulsray
Offline Send Email
Oct 18, 2006
2:39 pm
172
... 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...
Dr. Juan Cabanela Ph.D.
cabanela
Online Now Send Email
Oct 18, 2006
4:17 pm
173
... 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*...
Eric Jensen
ejensen
Offline Send Email
Oct 18, 2006
5:43 pm
174
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...
i.rhea
Offline Send Email
Oct 19, 2006
2:11 am
175
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...
Christopher De Vries
nissyen
Offline Send Email
Oct 19, 2006
2:17 am
Messages 146 - 175 of 212   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help