
noreply at sourceforge
Jan 23, 2001, 8:32 PM
Post #3 of 3
(32 views)
Permalink
|
|
[Bug #129833] 2.1a Mac OSX build fails on "-lm" switch
[In reply to]
|
|
Bug #129833, was updated on 2001-Jan-23 09:57 Here is a current snapshot of the bug. Project: Python Category: Build Status: Closed Resolution: Fixed 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:32 By: akuchling Comment: Apparently fixed in revision 1.13 of setup.py; thanks! ------------------------------------------------------- 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
|