python config question

Joel Brobecker brobecker@adacore.com
Wed Mar 3 04:51:00 GMT 2010


> 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



More information about the Gdb mailing list