[SciPy-user] more OSX build problems

Bob Ippolito bob at redivi.com
Tue Nov 25 09:28:10 EST 2003


On Nov 25, 2003, at 9:20 AM, Pearu Peterson wrote:

>
>
> On Tue, 25 Nov 2003, 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
>
> <snip>
>
>> ld: Undefined symbols:
>> restFP
>> saveFP
>> error: command 'gcc' failed with exit status 1
>
> Hmm, these symbols should be OSX related. Anyone having ideas how to 
> fix
> it? Try -dynamiclib option (that I pick up from google search).

-dynamiclib is not the right answer.  I'm pretty sure restFP and saveFP 
are part of crt1.o or libSystem with Apple's compilers.  I think he 
might be using Apple's gcc 3.3, and linking against some gcc 3.4 
things.

-bob
-------------- 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/c6d6e824/attachment.bin>


More information about the SciPy-User mailing list