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.

Author benites
Recipients
Date 2004-03-26.16:16:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2008-01-20 09:56:50adminlinkissue924008 messages
2008-01-20 09:56:50admincreate