[Python-bugs-list] [Bug #132195] python 2.0 not compile with g++

noreply@sourceforge.net noreply@sourceforge.net
Tue, 13 Feb 2001 09:32:07 -0800


Bug #132195, was updated on 2001-Feb-13 09:03
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Closed
Resolution: Wont Fix
Bug Group: Not a Bug
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: python 2.0 not compile with g++

Details: 
  I downloaded python 2.0 on

%uname -a
Linux (etc) 2.0.36 #1 Tue Oct 13 22:17:11 EDT 1998 i686 unknown
% g++ -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/specs
gcc version egcs-2.90.29 980515 (egcs-1.0.3 release)

and it did not compile. The words "new" and "class"
were used as variables (for instance) in the 
Parser directory.

Mark

Follow-Ups:

Date: 2001-Feb-13 09:32
By: gvanrossum

Comment:
Well what do you expect?  It's a C program, not a C++ program.

Try using gcc.
-------------------------------------------------------

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