This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: configure.in changes for Solaris
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, nascheme, sgriggs
Priority: normal Keywords: patch

Created on 2001-02-07 13:35 by sgriggs, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None sgriggs, 2001-02-07 13:35 None
Messages (4)
msg35603 - (view) Author: Scott Griggs (sgriggs) Date: 2001-02-07 13:35
Configure.in was setting gcc -shared to build shared libraries on SunOS. Changed it back to gcc -G. The -shared option does not work on Solaris
msg35604 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2001-02-19 04:49
Checked in.
msg35605 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2001-02-19 18:25
Reverted checkin.
msg35606 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-03-01 22:45
Logged In: YES 
user_id=21627

This patch does not provide any rationale of what exactly
the problem is that is being solved; -shared works fine on
Solaris.
History
Date User Action Args
2022-04-10 16:03:42adminsetgithub: 33867
2001-02-07 13:35:02sgriggscreate