https://qa.mandrakesoft.com/show_bug.cgi?id=1106
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2003-02-09 22:29 -------
Invalid bug report
Sorry. My mistake
Eyal
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
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