This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: configure finds c++ w/o --with-cxx
Type: Stage:
Components: Build Versions: Python 2.3
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: jaytmiller
Priority: normal Keywords:

Created on 2002-08-29 21:13 by jaytmiller, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg12195 - (view) Author: Jay T Miller (jaytmiller) Date: 2002-08-29 21:13
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?  

msg12196 - (view) Author: Jay T Miller (jaytmiller) Date: 2002-08-30 13:15
Logged In: YES 
user_id=320512

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

--with-cxx=no  

Please close this.





History
Date User Action Args
2022-04-10 16:05:37adminsetgithub: 37107
2002-08-29 21:13:41jaytmillercreate