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: link with "gcc -shared" on HP systems
Type: Stage:
Components: Build Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: theller Nosy List: theller
Priority: normal Keywords: patch

Created on 2008-04-03 21:08 by theller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
configure.diff theller, 2008-04-03 21:08
Messages (2)
msg64906 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2008-04-03 21:08
As discussed in issue #1582742, this patch uses 'gcc -shared' as linker
on HP systems when compiling with gcc.  It fixes a problem in the ctypes
test-suite, that _ctypes_test.so cannot be dynloaded because of missing
symbols.

To be committed after the current alpha-release is out.
msg64923 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2008-04-04 10:08
Committed as rev 62145.
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46796
2008-04-04 10:08:26thellersetstatus: open -> closed
keywords: patch, patch
resolution: fixed
messages: + msg64923
2008-04-03 21:08:05thellercreate