[Python-bugs-list] [ python-Bugs-417634 ] configuring without C++ compiler name

noreply@sourceforge.net noreply@sourceforge.net
Fri, 20 Apr 2001 07:20:17 -0700


Bugs item #417634, was updated on 2001-04-20 07:20
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417634&group_id=5470

Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: configuring without C++ compiler name

Initial Comment:
If you check out a clean copy of Python 2.1 on a 
Solaris 5.8 machine, and run:

    ./configure -with-cxx

rather than:

    ./configure -with-cxx=g++

It generates a makefile with "CXX=yes", so "make" 
produces:
 
    bash-2.03$ make
    yes -c -g -O2 -Wall -Wstrict-prototypes -I. \
        -I./Include -DHAVE_CONFIG_H \
        -o Modules/ccpython.o \
        ./Modules/ccpython.cc
    make: yes: Command not found


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417634&group_id=5470