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: 7.2 branch, configure problem, --with-python


> I wonder why that changed.  Does your Python come with dynamic
> libraries?  Did 7.1 choose those instead?  AFAIK we didn't intentionally
> make any change to prefer static libraries -- I think that would be a
> bad decision.

Perhaps the linker is not finding the python shared library?
I think it should.

One thing we should be aware of is that it seems that the Python
developers themselves made the static libpython the default, and users
building python need to explicitly request the dynamic libpython for it
to be built. Maybe python-config.py is skewed that way too (meaning,
lack of testing with the dynamic version of libpython).

-- 
Joel


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