[Python-bugs-list] [Bug #130197] --with-suffix removal breaks macosx build

noreply@sourceforge.net noreply@sourceforge.net
Fri, 26 Jan 2001 23:15:55 -0800


Bug #130197, was updated on 2001-Jan-26 11:11
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: sdm7g
Assigned to : nobody
Summary: --with-suffix removal breaks macosx build

Details: Something between the 2.1a1 release (where it worked)
and the current cvs tree broke the --with-suffix 
configuration build on macosx. 

It used to cd to Modules, build python and then
mv Modules/python to python$(EXE) in the parent directory.


Now: 

It looks like --with-suffix support has been taken
out of configure and the build of:

c++  [...] -o python Modules/python.o libpython2.1.a    

fails, as there is already a directory named "Python".

-- Steve Majewski <sdm7g@Virginia.EDU>


Follow-Ups:

Date: 2001-Jan-26 23:15
By: nascheme

Comment:
Oops, close the bug.
-------------------------------------------------------

Date: 2001-Jan-26 23:15
By: nascheme

Comment:
The --with-suffix option has been restored.
-------------------------------------------------------

Date: 2001-Jan-26 22:01
By: fdrake

Comment:
Assigned to Neil since he's in charge of the new Makefile.
-------------------------------------------------------

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