[issue1250] Building external modules using Sun Studio 12

2020-11-07 Thread Irit Katriel


Change by Irit Katriel :


--
versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.1, Python 
3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1250] Building external modules using Sun Studio 12

2015-01-12 Thread Erik O'Shaughnessy

Erik O'Shaughnessy added the comment:

Still seeing this issue on Solaris 11 with Solaris Studio compilers when 
building pandas 0.15.2 and matplotlib 1.4.2.

--
nosy: +Erik.O'Shaughnessy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1250
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1250] Building external modules using Sun Studio 12

2014-02-03 Thread Mark Lawrence

Changes by Mark Lawrence breamore...@yahoo.co.uk:


--
nosy:  -BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1250
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1250] Building external modules using Sun Studio 12

2012-06-24 Thread Maciej Bliziński

Maciej Bliziński maciej.blizin...@gmail.com added the comment:

I just hit this issue when trying to build matplotlib. The setup script indeed 
tries to run the C compiler (/opt/SUNWspro/bin/cc) instead of the C++ compiler 
(/opt/SUNWspro/bin/CC) and fails. This was with Python 2.6.7.

Could the problem be that the UnixCCompiler.executables[compiler_cxx] is 
defined to cc instead of CC?

--
nosy: +automatthias
status: pending - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1250
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1250] Building external modules using Sun Studio 12

2010-09-18 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

Is anyone out there using Sun Studio who can comment on this?  If there are no 
responses within a couple of weeks I'll close.

--
status: open - pending

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1250
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1250] Building external modules using Sun Studio 12

2010-07-09 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

I'm assuming this is still an issue, comments please.

--
components:  -Distutils
nosy: +BreamoreBoy
versions: +Python 3.2 -Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1250
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1250] Building external modules using Sun Studio 12

2010-07-09 Thread Anil Jangity

Anil Jangity replic...@gmail.com added the comment:

Not sure. This had happened such a long time ago, not sure now. I do not have 
an environment now to re-test this.

Sorry.

--
nosy: +Anil.Jangity

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1250
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1250] Building external modules using Sun Studio 12

2008-03-17 Thread Sean Reifschneider

Changes by Sean Reifschneider [EMAIL PROTECTED]:


--
assignee:  - niemeyer
nosy: +niemeyer
priority:  - normal

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1250
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1250] Building external modules using Sun Studio 12

2007-10-09 Thread anilj

New submission from anilj:

When compiling matplotlib, ditutils defaults to using
/opt/SUNWspro/bin/cc but it needs to use /opt/SUNWspro/bin/CC for
compiling c++ files.

% python2.5 setup.py build
building for GTK requires pygtk; you must be able to import gtk in
your build/install environmentTKAgg requires TkInter
running build
running build_py
copying lib/matplotlib/mpl-data/matplotlibrc -
build/lib.solaris-2.10-i86pc-2.5/matplotlib/mpl-data
running build_ext
building 'matplotlib._agg' extension
/opt/SUNWspro/bin/cc -DNDEBUG -O -fast -xipo -xtarget=opteron -Kpic
-Iagg23/include -Isrc -Iswig -I/usr/local/include/python2.5 -c
src/agg.cxx -o build/temp.solaris-2.10-i86pc-2.5/src/agg.o
cc: No input file specified, no output generated
error: command '/opt/SUNWspro/bin/cc' failed with exit status 1


% python2.5 setup.py build --help-compiler
building for GTK requires pygtk; you must be able to import gtk in
your build/install environmentTKAgg requires TkInter
List of available compilers:
  --compiler=bcpp Borland C++ Compiler
  --compiler=cygwin   Cygwin port of GNU C Compiler for Win32
  --compiler=emx  EMX port of GNU C Compiler for OS/2
  --compiler=mingw32  Mingw32 port of GNU C Compiler for Win32
  --compiler=msvc Microsoft Visual C++
  --compiler=mwerks   MetroWerks CodeWarrior
  --compiler=unix standard UNIX-style compiler


Doesn't look like I can override the default compiler using the above
options.

Thanks.

--
components: Distutils
messages: 56293
nosy: anilj
severity: normal
status: open
title: Building external modules using Sun Studio 12
type: compile error
versions: Python 2.5

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1250
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com