[issue19045] Make on Solaris 11 x64 with OracleStudio12.3 failed

2013-12-16 Thread Christian Heimes
Christian Heimes added the comment: Thanks for the report. This is a duplicate of issue #16733. I'm closing this bug as duplicated. -- nosy: +christian.heimes resolution: -> duplicate stage: -> committed/rejected status: open -> closed versions: +Python 3.3, Python 3.4 __

[issue19045] Make on Solaris 11 x64 with OracleStudio12.3 failed

2013-09-20 Thread Ned Deily
Changes by Ned Deily : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/m

[issue19045] Make on Solaris 11 x64 with OracleStudio12.3 failed

2013-09-20 Thread Borut Podlipnik
Borut Podlipnik added the comment: Using c compiler instead of c++ compiler, solved the problem: setenv CC cc setenv CXX cc setenv LD_LIBRARY_PATH "/opt/solarisstudio12.3/lib:/usr/lib" # ./configure --without-gcc --with-cxx-main=CC --prefix=/opt/python # make # make test However, make test fa

[issue19045] Make on Solaris 11 x64 with OracleStudio12.3 failed

2013-09-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue19045] Make on Solaris 11 x64 with OracleStudio12.3 failed

2013-09-19 Thread Borut Podlipnik
New submission from Borut Podlipnik: # make CC -c -g -DNDEBUG -O -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c CC -c -g -DNDEBUG -O -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c CC -c -g -DNDEBUG -O -I. -IInclude -I./In