[issue3784] Incorrect compiler options used for cc of Sun Studio 12

2008-09-05 Thread Michael Schmarck
New submission from Michael Schmarck <[EMAIL PROTECTED]>: While compiling Python 2.5.2, I stumbled upon this: cc -G -R/export/home/webservd/.software/Python-2.5.2/lib build/temp.solaris-2.10-sun4u-2.5/export/home/webservd/Source/Python-2.5.2/Modules/_ctypes/_ctypes.o build/temp.solaris-2.10-sun4

[issue3784] Incorrect compiler options used for cc of Sun Studio 12

2008-09-05 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Is it really a compile error or just a warning? -- nosy: +pitrou ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3784] Incorrect compiler options used for cc of Sun Studio 12

2008-09-07 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Also, can you please attach your config.log? -- nosy: +loewis ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3784] Incorrect compiler options used for cc of Sun Studio 12

2008-09-07 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: It's a warning. Added file: http://bugs.python.org/file11419/config.log ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3784] Incorrect compiler options used for cc of Sun Studio 12

2008-09-07 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: Attaching a log of the complete build process of Python 2.5.2. Added file: http://bugs.python.org/file11420/build-Python-2.5.2.log ___ Python tracker <[EMAIL PROTECTED]>

[issue3784] Incorrect compiler options used for cc of Sun Studio 12

2008-09-08 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Ah, now I see the problem. This is ctypes-specific, and ctypes requires gcc on Solaris. Closing as "won't fix". -- resolution: -> wont fix status: open -> closed ___ Python tracker <[EMAIL PROTEC