[SciPy-user] more OSX build problems

Bob Ippolito bob at redivi.com
Tue Nov 25 10:00:08 EST 2003


Yeah, but you're using Panther.. it's questionable as to whether gcc  
3.4 compiled for 10.2 w/ gcc 3.3 updater will work in 10.3 with Xcode  
1.0.

-bob

On Nov 25, 2003, at 9:29 AM, Christopher Fonnesbeck wrote:

> Thats the one I'm using; its g77 that is 3.4 (taken from the hpc  
> site), but it was apparently compiled against gcc3.3, as it comes with  
> the following disclaimer:
>
> This package WILL WORK with the GCC 3.3 updater as provided by Apple  
> recently.
>
> On Nov 25, 2003, at 9:25 AM, Bob Ippolito wrote:
>
>> What's the output of gcc -v?  I'm guessing you're not using Apple's  
>> compiler, because of the  
>> -L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4.  I'd try using  
>> Apple's gcc 3.3, the one that comes with Xcode.
>>
>> -bob
>>
>> On Nov 25, 2003, at 8:57 AM, Christopher Fonnesbeck wrote:
>>
>>> Thanks Pearu, it seems to get beyond that now, but choking on some  
>>> undefined symbols further along:
>>>
>>> gcc -Wl,-F. -Wl,-F. -bundle -framework Python -faltivec  
>>> build/temp.darwin-7.0.0-Power_Macintosh-2.3/Lib/fftpack/src/zfft.o  
>>> build/temp.darwin-7.0.0-Power_Macintosh-2.3/Lib/fftpack/src/drfft.o  
>>> build/temp.darwin-7.0.0-Power_Macintosh-2.3/Lib/fftpack/src/zrfft.o  
>>> build/temp.darwin-7.0.0-Power_Macintosh-2.3/Lib/fftpack/src/zfftnd.o  
>>> build/temp.darwin-7.0.0-Power_Macintosh-2.3/System/Library/ 
>>> Frameworks/Python.framework/Versions/2.3/lib/python2.3/site- 
>>> packages/f2py2e/src/fortranobject.o  
>>> build/temp.darwin-7.0.0-Power_Macintosh-2.3/build/temp.darwin-7.0.0- 
>>> Power_Macintosh-2.3/_fftpackmodule.o -L/usr/local/lib  
>>> -Lbuild/temp.darwin-7.0.0-Power_Macintosh-2.3  
>>> -Lbuild/temp.darwin-7.0.0-Power_Macintosh-2.3  
>>> -L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4 -L/usr/local/lib  
>>> -ldfftpack -lrfftw -lfftw -lrootfind -lsuperlu -lmyblas -lc_misc  
>>> -lcephes -lg2c -o  
>>> build/lib.darwin-7.0.0-Power_Macintosh-2.3/scipy/fftpack/_fftpack.so
>>> ld: Undefined symbols:
>>> restFP
>>> saveFP
>>> error: command 'gcc' failed with exit status 1
>>>
>>> I have tried using the -faltivec flag, but with the same result.
>>>
>>> On Nov 25, 2003, at 3:04 AM, Pearu Peterson wrote:
>>>
>>>>
>>>>
>>>> On Mon, 24 Nov 2003, Travis E. Oliphant wrote:
>>>>
>>>>> You can also just not compile sparse support for now.  Edit the  
>>>>> setup.py
>>>>> file and comment out the line which includes the sparse package.
>>>>
>>>> With the recent CVS one can disable Scipy modules by adding their
>>>> names to ignore_packages list at the end of setup.py file.
>>>> Or create a customized setup file similar to setup_no_chaco.py.
>>>> For example, create setup_osx.py file containing:
>>>>
>>>>   from setup import setup_package
>>>>   ignore_packages = ['chaco','kiva','freetype','traits', 'sparse']
>>>>   if __name__ == "__main__":
>>>>       setup_package(ignore_packages)
>>>>
>>>> and then use it instead of setup.py.
>>>>
>>>> Pearu
>>>>
>>>> _______________________________________________
>>>> SciPy-user mailing list
>>>> SciPy-user at scipy.net
>>>> http://www.scipy.net/mailman/listinfo/scipy-user
>>>>
>>>>
>>> --
>>> Christopher J. Fonnesbeck ( c h r i s @ f o n n e s b e c k . o r g )
>>> Georgia Cooperative Fish & Wildlife Research Unit, University of  
>>> Georgia
>>>
>>> _______________________________________________
>>> SciPy-user mailing list
>>> SciPy-user at scipy.net
>>> http://www.scipy.net/mailman/listinfo/scipy-user
>> _______________________________________________
>> SciPy-user mailing list
>> SciPy-user at scipy.net
>> http://www.scipy.net/mailman/listinfo/scipy-user
>>
> --
> Christopher J. Fonnesbeck ( c h r i s @ f o n n e s b e c k . o r g )
> Georgia Cooperative Fish & Wildlife Research Unit, University of  
> Georgia
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2357 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20031125/e308f299/attachment.bin>


More information about the SciPy-User mailing list