[Python-bugs-list] [Bug #129833] 2.1a Mac OSX build fails on "-lm" switch

noreply@sourceforge.net noreply@sourceforge.net
Tue, 23 Jan 2001 10:01:09 -0800


Bug #129833, was updated on 2001-Jan-23 09:57
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Submitted by: sdm7g
Assigned to : nobody
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 10:01
By: sdm7g

Comment:
I only submitted this bug once, but for some
reason, reading it in the browser and returning
to the buglist seems to cause it to be duplicated!
--Steve.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129833&group_id=5470