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: python config question


> Maybe the configure option should include rpath?

It could.  We're touching at something that is very platform-dependent,
though - perhaps you want to look at using libtool (although I'll admit
to a severe aversion to this tool, probably unjustified). If I were in
your position, I might consider linking statically against libpython.
At AdaCore, the plan is to use LD_LIBRARY_PATH, which we'll have to do,
since customers are free to install the binary package wherever they
want (hence preventing rpath from working).

-- 
Joel


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