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: make fails using -std option
Type: Stage:
Components: Installation Versions: Python 2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: benites, christian.heimes, georg.brandl
Priority: normal Keywords:

Created on 2004-03-26 16:16 by benites, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60478 - (view) Author: Bob Benites (benites) Date: 2004-03-26 16:16
I'm running OSF1 V5.1 1885 alpha, 
Compaq C V6.4-014 on Compaq Tru64 UNIX V5.1A (Rev. 1885)
Compiler Driver V6.4-215 (sys) cc Driver
Compaq C++ V6.2-024 for Compaq Tru64 UNIX V5.1A (Rev. 1885)

I used the following configure command:

CC=cc ./configure --without-gcc --with-cxx=/usr/bin/cxx \
     --with-dec-threads

When I compile the first module I see the following
error messages:

/usr/bin/cxx -pthread -c -ieee -std -Olimit 1500
-DNDEBUG -O \
   -I. -I./Include  -DPy_BUILD_CORE -o Modules/ccpython.o \
   ./Modules/ccpython.cc
cxx: Severe: invalid std option:
cxx: Info: 1 catastrophic error detected in this
compilation.
cxx: Info: Compilation terminated.
make: *** [Modules/ccpython.o] Error 1

If I remove the -std option or use the -std1 option it
will compile without error. 

Any suggestions?

-- Bob Benites
msg60479 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-10-01 16:44
Logged In: YES 
user_id=1188172

Do you still experience this with Python 2.4.2?
msg61343 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-20 19:25
No response from OP in about 3 years, closing.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40085
2008-01-20 19:25:07christian.heimessetstatus: open -> closed
resolution: out of date
messages: + msg61343
nosy: + christian.heimes
2004-03-26 16:16:57benitescreate