IDL on Mac OS X [message #54568] |
Mon, 25 June 2007 17:17  |
lloyd11b
Messages: 1 Registered: June 2007
|
Junior Member |
|
|
I am trying to compile Fortran code to be called from call_external on
Mac OS X. I am using GCC in an x-terminal. Would I have to create
a .dylib file, and if so, how would I do that? I have a PPC
architecture machine. Any help would be greatly appreciated.
|
|
|
Re: IDL on Mac OS X [message #54668 is a reply to message #54568] |
Thu, 28 June 2007 07:00  |
henrygroe
Messages: 30 Registered: August 2003
|
Member |
|
|
On Jun 25, 5:17 pm, lloyd...@gmail.com wrote:
> I am trying to compile Fortran code to be called from call_external on
> Mac OS X. I am using GCC in an x-terminal. Would I have to create
> a .dylib file, and if so, how would I do that? I have a PPC
> architecture machine. Any help would be greatly appreciated.
Do a search on this group for "call_external fortran with OS X" for a
short thread
(2 posts, both from me) where I made this work for myself. (Not sure
if and what the difference is between *.so and *.dylib, but I use *.so
files.)
I've now moved on to Intel architecture Mac OSX machines and have
found Intel's
compiler excellent. But, you're on PPC, so what I wrote in that old
thread should
work.
cheers,
-Henry
|
|
|