[issue2544] link with "gcc -shared" on HP systems

2008-04-04 Thread Thomas Heller
Thomas Heller <[EMAIL PROTECTED]> added the comment: Committed as rev 62145. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2544] link with "gcc -shared" on HP systems

2008-04-03 Thread Thomas Heller
New submission from Thomas Heller <[EMAIL PROTECTED]>: 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