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] python-config.py --ldflags should return relocated path to libpython


> On Fedora 64-bit libraries are in /usr/lib64 (and /lib64 etc.).

What does your Python return for the following:

        from distutils import sysconfig
        sysconfig.get_python_lib()

?

Can you also dig out the command use to configure Python when you build
it for Fedora?

-- 
Joel


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