This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] python-config.py --ldflags should return relocated path to libpython


> > /usr/bin/ld: skipping incompatible /usr/lib/libtinfo.so when searching for -ltinfo
> 
> I presume that this is because python is installed in /usr/bin, but
> /usr/lib contains the 32bit SOs? Where is the libpython.so installed
> for fedora? On Ubuntu, for instance, /usr/lib/libpython2.6.so.1.0 is
> a 64bit library....

I have fought hard trying to come up with a simple way to make things
work in the case where Python is configured with a different prefixlib,
but to no avail. For now, I have to withdraw that patch as being
incomplete (and maybe even incorrect for Windows/Darwin). I will notify
the Python developers as well.  Thanks for spotting and reporting
the problem.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]