[Python-bugs-list] [ python-Bugs-701823 ] configure option --enable-shared make problems

SourceForge.net noreply@sourceforge.net
Tue, 11 Mar 2003 13:34:53 -0800


Bugs item #701823, was opened at 2003-03-11 21:34
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=701823&group_id=5470

Category: Installation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Uwe Hoffmann (qual)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure option --enable-shared make problems 

Initial Comment:
on  building python 2.3.a2 with the following lines

./configure --prefix=/tmp/python --enable-shared
--with-cxx=g++ --with-signal-module --with-threads ; 
make ;
make install;

the installed python interpreter cann't be started because 
libpython2.3.so.1.0 is installed but not libpython2.3.so .

the attached patch works in my environment.

Linux ; glibc 2.2.5; gcc 3.2; binutils 2.13

at least solaris should suffer from the same problem.


(the change for configure.in is not tested,  the changes
were directly made to configure)

the same can be achieved if libpython$(VERSION)$(SO) 
(actually libpython2.3.so ) is installed and not
$(INSTSONAME)  ( actually libpython2.3.so.1.0) .

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

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