[Python-bugs-list] [Bug #124478] make -f Makefile.pre.in boot fails in RedHat 7.0

noreply@sourceforge.net noreply@sourceforge.net
Wed, 6 Dec 2000 11:39:44 -0800


Bug #124478, was updated on 2000-Dec-04 18:31
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 1
Submitted by: rossrizer
Assigned to : gvanrossum
Summary: make -f Makefile.pre.in boot fails in RedHat 7.0

Details: Running 

make -f Makefile.pre.in boot

on RedHat 7.0 creates a broken Makefile

If you manually add:

CCC=g++

to Makefile.pre.in

All is well.

I do not have the depth of experience with python/make/sed/etc. to determine a more proper fix.

Sorry.

Follow-Ups:

Date: 2000-Dec-06 11:39
By: gvanrossum

Comment:
Could you explain in what way the resulting Makefile is broken?

What are you trying to do with the Makefile?

I suspect this is a case of trying to do something that Makefile.pre.in was siply not designed to do.

I would recommend looking into distutils for building extensions, instead of messing with Makefile.pre.in.

I'll close this bug report unless I hear from you again in a week.
-------------------------------------------------------

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