[SciPy-user] Scipy on MacOS X, troubles

Robert Kern robert.kern at gmail.com
Sun Nov 5 22:52:59 EST 2006


Erin Sheldon wrote:
> I'm not sure, but I find it odd that it is using /usr/bin/gcc after
> compiling gcc4.    But because it worked for me I never bothered
> to look at the compilation. I'm not sure how this
> differs from my install.

The cc_dynamic library only comes with gcc 3.3. If you are using g77, you need
to use gcc 3.3. If you are using gfortran, you need to use gcc 4. GnuFCompiler
(for g77) adds -lcc_dynamic; Gnu95FCompiler (for gfortran) does not.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list