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: HP-UX support for unixccompiler.py
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: harripasanen, loewis
Priority: normal Keywords: patch

Created on 2003-05-20 07:57 by harripasanen, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unixccompiler.py.patch harripasanen, 2003-05-26 08:04 unixccompiler.py patch for HP-UX
Messages (3)
msg43813 - (view) Author: Harri Pasanen (harripasanen) Date: 2003-05-20 07:57
gcc on hp-ux uses the native linker, so if gcc is 
used there, the  
normal gcc flags for linker do not apply. 
 
I propose the attached patch to unixccompiler.py. 
 
The patch also adds +s, which means that 
SHLIB_PATH is honored (the same as  
LD_LIBRARY_PATH on Linux/Solaris). 
 
I don't have the HP-UX native compiler, but I would 
think that this patch should also fix that, as it 
shares the common linker. 
 
 
msg43814 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-05-24 19:12
Logged In: YES 
user_id=21627

There's no uploaded file!  You have to check the
checkbox labeled "Check to Upload & Attach File"
when you upload a file. In addition, even if you
*did* check this checkbox, a bug in SourceForge
prevents attaching a file when *creating* an issue.

Please try again.

(This is a SourceForge annoyance that we can do
nothing about. :-( )
msg43815 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-05-31 08:11
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as unixccompiler.py 1.53.

I'm a bit surprised that this patch is correct. We are
talking about *runtime* library dir options here. I take it
that HP-UX does not have the notion of runtime library dirs?
as -L is surely used for link time library dirs.
History
Date User Action Args
2022-04-10 16:08:50adminsetgithub: 38526
2003-05-20 07:57:13harripasanencreate