[Patches] [ python-Patches-833710 ] --enable-shared Solaris install bug

SourceForge.net noreply at sourceforge.net
Fri Oct 31 10:42:45 EST 2003


Patches item #833710, was opened at 2003-10-31 16:28
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=833710&group_id=5470

Category: Build
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Ondrej Palkovsky (ondrap)
Assigned to: Nobody/Anonymous (nobody)
Summary: --enable-shared Solaris install bug

Initial Comment:
I was trying to build Python 2.3.2 on Solaris 2.8 (sparc).
After running:
./configure --enable-shared
make
make install
The install phase fails to install the shared library
complaining that it is impossible to link
'libpython.so' to 'libpython.so'. I have fixed the
configure.in, so that now it installs correctly. The
'INSTSONAME' was not properly defined on Solaris. In
addition it may be worth checking in the Makefile
(about line 612 of Makefile.pre.in) if INSTSONAME is
the same as LDLIBRARY and linking only if they differ.
This is already done in another part of the Makefile to
avoid same  problem.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-10-31 16:42

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

configure 1.429
configure.in 1.439
configure 1.416.4.10
configure.in 1.427.4.9


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

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



More information about the Patches mailing list