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

SourceForge.net noreply at sourceforge.net
Fri Oct 31 10:28:32 EST 2003


Patches item #833710, was opened at 2003-10-31 16:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.

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

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