This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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 -> closed resolution: not a bug messages: + msg162079 |
| 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 | |