1 message in org.python.python-bugs-list[ python-Bugs-924008 ] make fails usi...
FromSent OnAttachments
SourceForge.netMar 26, 2004 12:02 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-924008 ] make fails using -std optionActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 26, 2004 12:02:38 pm
List:org.python.python-bugs-list

Bugs item #924008, was opened at 2004-03-26 11:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=924008&group_id=5470

Category: Installation Group: Python 2.3 Status: Open Resolution: None Priority: 5 Submitted By: Bob Benites (benites) Assigned to: Nobody/Anonymous (nobody) Summary: make fails using -std option

Initial Comment: 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

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