[SciPy-user] Fortran issue with Building Python on Mac os X panther!
Robert Kern
rkern at ucsd.edu
Tue Jul 12 16:06:50 EDT 2005
rajb wrote:
> Hi, while building scipy on Mac OS X (G5 processor), I get a bunch of
> errors as given below
>
> The latter part of the errors has to do with the fact that uses the
> Nagware f95 compiler to compile stuff. How can I make the building
> process try some other compiler, or at least skip the Nagware compiler?
> I've been racking my head over this for a while, so please help!
python setup.py build_src build_clib build_ext --fcompiler=gnu build
--fcompiler=gnu
I'm sure there's a terser way, but that's what I do when I have some
other compiler sitting around.
--
Robert Kern
rkern at ucsd.edu
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
More information about the SciPy-User
mailing list