[SciPy-user] more OSX build problems

Rob Managan managan at llnl.gov
Tue Nov 25 11:31:08 EST 2003


>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).
>
>Pearu

I found this note on the unix-porting list that apple runs

At 10:01 PM -0800 11/13/03, unix-porting-request at lists.apple.com wrote:
>List-Subscribe:
><http://www.lists.apple.com/mailman/listinfo/unix-porting>,
>	<mailto:unix-porting-request at lists.apple.com?subject=subscribe>
>
>At 11/29/02 9:26 AM, Yves de Champlain <yves at gnu-darwin.org> wrote:
>  >
>  > I get these undefined symbols quite often with 10.2 :
>  >
>  > saveFP
>  > restFP
>
>Link with either /usr/lib/libcc_dynamic.a or /usr/lib/libgcc.a,
>depending on
>your needs.  It's always handy to do:
>
>%cd /usr/lib
>%nm -o lib* | egrep 'T saveFP'
>
>for example.
>
>-Conrad

-- 
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Rob Managan               email managan at llnl.gov
LLNL                      phone: 925-423-0903
P.O. Box 808, L-095       FAX:   925-422-3389
Livermore, CA  94551-0808



More information about the SciPy-User mailing list