[SciPy-dev] Error in compiling on OS X

eric jones eric at enthought.com
Sun Dec 15 01:44:46 EST 2002


Hey Tim,

> I'm trying to build scipy from CVS and I get a number of errors during
> the compile. The compile dies upon the following compile (which I
think
> is the first). I think the problem lies in the space in the build
> directory
> name "build/temp.darwin-6.2-Power Macintosh-2.2" which I think is
> also a problem earlier in the build process. Any ideas for how to fix
> this ?

Yeah -- I thought it had been fixed??  Anyway, I've re-jiggered
plat_specifier in scipy_distutils.build

   build.finalize_options()

to remove spaces from the name so that the new build path will be:

	build/temp.darwin-6.2-PowerMacintosh-2.2

Curiously, the space doesn't affect gcc but it kills g77.  Anyway, it is
in the CVS.  Please try it out and let me know if it works.

Thanks,
eric

> 
> g77  -Wall -fno-second-underscore  -fPIC   -O3 -funroll-loops    -c
> /Users/tjlahey/devel/scipy/special/mach/d1mach.f -o
> build/temp.darwin-6.2-Power Macintosh-2.2/d1mach.o
> g77: cannot specify -o with -c or -S and multiple compilations
> error: failure during compile (exit status = 256)
> 
> Thanks,
> 
> Tim Lahey
> 
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev






More information about the SciPy-Dev mailing list