[Python-bugs-list] [ python-Bugs-660095 ] GNU readline version confusion

SourceForge.net noreply@sourceforge.net
Fri, 03 Jan 2003 20:40:32 -0800


Bugs item #660095, was opened at 2002-12-30 13:29
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=660095&group_id=5470

Category: Build
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Nobody/Anonymous (nobody)
Summary: GNU readline version confusion

Initial Comment:
configure and setup.py don't look for GNU readline the
same way. If you have e.g. readline 4.2 installed in
/usr and a different version in /usr/local, setup.py
uses the version from /usr/local, but the feature
testing in configure finds the 4.2 features in
/usr/lib/libreadline* anyway. :-(

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

Comment By: Ismaeel Abdur-Rasheed (ismaeek)
Date: 2003-01-03 23:40

Message:
Logged In: YES 
user_id=680116

additional info:

with GNU readline 4.2 installed, python 2.2.2 build using gcc 
3.2.1 and native solaris /usr/ccs reports multiply-defined 
symbols: all are found in /usr/lib/readline.so and one of the 
following: __dso_handle (from gcc crtbegin.o), _init and _fini 
(from gcc crti.o), and _lib_version (from /usr/ccs/lib/values-Xa.o)

- izzy


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

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