[Python-bugs-list] [ python-Bugs-602102 ] configure finds c++ w/o --with-cxx

noreply@sourceforge.net noreply@sourceforge.net
Fri, 30 Aug 2002 06:15:02 -0700


Bugs item #602102, was opened at 2002-08-29 17:13
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=602102&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jay T Miller (jaytmiller)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure finds c++ w/o --with-cxx

Initial Comment:
When I run configure on today's Python CVS HEAD (2.3a0)
on an Alpha/Tru64 machine, configure finds c++ even
though I didn't ask for it (and it doesn't work):

odoalpha2> ./configure --prefix=$HOME/work --without-gcc
checking MACHDEP... osf1V5
checking for --without-gcc... yes
checking for --with-cxx=<compiler>... no
checking for c++... c++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works...
1129800:./a.out: /sbin/loader: Fatal Error: Cannot map
library libstdc++.so.2.9.0
configure: error: cannot run C++ compiled programs.
If you meant to cross compile, use `--host'.

Is this a bug?  Is there a simple work around?  



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

Comment By: Jay T Miller (jaytmiller)
Date: 2002-08-30 09:15

Message:
Logged In: YES 
user_id=320512

Sorry about this one guys.   Looks like the secret is:

--with-cxx=no  

Please close this.







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

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