https://qa.mandrakesoft.com/show_bug.cgi?id=1106
Product: XFree86
Component: packaging
Summary: Missing symbols in XFree86 libraries
Version: 4.2.99.5-0.20030122.2mdk
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I tried to compile a simple Qt program (hello from examples)
I have all the needed packages for compilation.
I got many error messages all like:
[...]
/usr/X11R6/lib/libXmu.so: undefined reference to
`XtDisplayToApplicationContext'
[...]
The linker decided that libXt is missing:
/usr/bin/ld: warning: libXt.so.6, needed by /usr/X11R6/lib/libXmu.so, not found
Then I checked the library libXt:
$ rpm -qf /usr/X11R6/lib/libXt.so.6
XFree86-libs-4.2.99.5-0.20030127.1mdk
$ nm /usr/X11R6/lib/libXt.so.6
nm: /usr/X11R6/lib/libXt.so.6: no symbols
Thanks
Eyal
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.