New submission from Prabhu Gurumurthy :
When manually building on OpenBSD 4.8 using gcc 4.2.1, I got the following
error:
g++ -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -I. -IInclude
-I/usr/home/pgurumur/temp/Python-3.1.2/Include -DTHREAD_STACK_SIZE
Prabhu Gurumurthy added the comment:
I was building it just the way python2.x is being built, should I try it
without cxx-main? But, does it solve the actual problem?
--
___
Python tracker
<http://bugs.python.org/issue10
Prabhu Gurumurthy added the comment:
You may be correct, (since I have not tested it), but isn't the error that gcc
complains about, an issue? a minor one I am sure. I have gotten around it by
just updating the file. Correct me if I am wrong here please, --with-cxx_main
is not a supp
Prabhu Gurumurthy added the comment:
I understand, Ill run it without cxx_main option tonight.
--
___
Python tracker
<http://bugs.python.org/issue10349>
___
___
Prabhu Gurumurthy added the comment:
I ran the build "without" cxx_main, I did _not_ see the same error.
--
___
Python tracker
<http://bugs.python.o