This is the mail archive of the gdb@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: dependency of GDB-6.8.50-27032009 on "libpython2.4"


>>>>> ">" == suma sharma <sumasamyukta@gmail.com> writes:

>> The FC5 system where the GDB was built has "libpython2.4.so" at
>> "/usr/lib", while the FC7 system where I am using the GDB for
>> debugging has "libpython2.5.so" at "/usr/lib".
>> Why does GDB-6.8.50-27032009 have a dependency on "libpython2.4",
>> whereas "GDB-6.8.50-11102009" doesn.t seem to have any such dependency
>> on any "libpython"? :(

We added Python scripting capabilities to gdb during this period.

>> Could anyone please help me?

If you want to transport gdb binaries between different machines, you
have a couple of choices.  One choice is to make sure that the same
libraries are available everywhere.  Another one is to configure with
--disable-python.  This will make it so that gdb is not linked against
the python library.

Tom


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