This is the mail archive of the gdb-prs@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]

[Bug python/11051] Undefined Python linker messages


------- Additional Comments From zilla at kayari dot org  2010-03-22 12:55 -------
Hmm, curiously /usr/local/bin/python doesn't depend on libpython2.6.so which
might explain how it can report a UCS2 build when the lib only contains UCS4 symbols

$ ldd /usr/local/bin/python
        libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003848e00000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000003848a00000)
        libutil.so.1 => /lib64/libutil.so.1 (0x000000384e200000)
        libm.so.6 => /lib64/libm.so.6 (0x000000384b200000)
        libc.so.6 => /lib64/libc.so.6 (0x0000003848200000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003847a00000)


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11051

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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