Issue 14980: OSX: ranlib: file: libpython2.7.a(pymath.o) has no symbols (original) (raw)

Issue14980

Created on 2012-06-01 15:40 by samueljohn, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg162078 - (view) Author: Samuel John (samueljohn) Date: 2012-06-01 15:40
Building python on the Mac (10.7.4) with latest Xcode shows ``` [...] ranlib: file: libpython2.7.a(pymath.o) has no symbols ``` Is that okay or a bug?
msg162079 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2012-06-01 15:46
That's not a bug, the build prices unconditionally builds a file that contains optional definitions. On OSX none of these optional definitions are used, and hence pymath.o is empty.
History
Date User Action Args
2022-04-11 14:57:31 admin set github: 59185
2012-06-01 15:46:16 ronaldoussoren set status: open -> closedresolution: not a bugmessages: +
2012-06-01 15:42:37 samueljohn set title: ranlib: file: libpython2.7.a(pymath.o) has no symbols -> OSX: ranlib: file: libpython2.7.a(pymath.o) has no symbols
2012-06-01 15:40:55 samueljohn create