[Patches] [ python-Patches-513329 ] build, install in HP-UX10.20

noreply@sourceforge.net noreply@sourceforge.net
Mon, 18 Mar 2002 00:48:55 -0800


Patches item #513329, was opened at 2002-02-05 16:48
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=513329&group_id=5470

Category: Build
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Claudio Scafuri (scafuri)
Assigned to: Nobody/Anonymous (nobody)
Summary: build, install in HP-UX10.20

Initial Comment:
a) python must be linked with c++ because at least one
file is compiled with c++.

b) in hpux  "install -d" does not create a directory.
Use "mkdir instead.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2002-02-24 17:07

Message:
Logged In: YES 
user_id=21627

If there isn't any further feedback by March 1, this report
will be closed.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2002-02-13 02:25

Message:
Logged In: YES 
user_id=21627

There is already code in configure[.in] that tests whether
using c++ to link is needed (it isn't needed on all
systems). Please report why this test fails on HP-UX, and
try providing a patch that corrects the test. The relevant
code is after the comment

# If CXX is set, and if it is needed to link a main function
that was
# compiled with CXX, LINKCC is CXX instead.

Also, please contribute changes as unified or context diffs;
see the Python SourceForge usage guidelines for details.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=513329&group_id=5470