[Python-bugs-list] [Bug #129832] 2.1a Mac OSX build fails on "-lm" switch
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 23 Jan 2001 19:26:55 -0800
Bug #129832, was updated on 2001-Jan-23 09:56
Here is a current snapshot of the bug.
Project: Python
Category: Build
Status: Closed
Resolution: Duplicate
Bug Group: Platform-specific
Priority: 5
Submitted by: sdm7g
Assigned to : akuchling
Summary: 2.1a Mac OSX build fails on "-lm" switch
Details:
The new setup.py system hardwires the -lm switch
with "libraries=['m']" in several places (rather
than getting switches from a config file)
This breaks the Mac OSX/Darwin build as that system
has no libm -- those functions are folded into
the system framework. ( There's been some discussion
on the Darwin dev. list of putting fake stub libraries
into /usr/lib to solve this, but if it happens, it
won't happen for a while. )
Follow-Ups:
Date: 2001-Jan-23 19:26
By: akuchling
Comment:
Duplicate of #129833; closing.
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129832&group_id=5470