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] configure additions for linking with static libpython


> 2010-02-08  Doug Evans  <dje@google.com>
> 
> 	* configure.ac (--with-python): Add necessary libraries
> 	-dl, -lpthread, -lutil in case linking with libpython.a.
> 	Add attempt to find libpython.a.
> 	* configure: Regenerated.

I don't object if this is useful to anyone, but...

I am wondering whether it is really useful to link GDB against
libpython.a... I looked at the thread you referenced, and I still
wasn't sure what the problem was... Linking GDB against a static
libpython is something I thought about for AdaCore, but I also
realized that we'd need to distribute the python .py files anyway,
so it's not big deal to distribute the entire python install, including
share SOs...

-- 
Joel


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