On Wednesday 30 May 2007, Larry Finger wrote: > >>>> : cannot find -lXt > >>>> > >>>> The 32-bit version of libXt.so.6.0.0 is present in /usr/lib, but there > >>>> is no libXt.a nor libXt.la in /usr/lib. > >>> > >>> Do you have the packages > >>> > >>> xorg-x11-libXt-32bit and > >>> xorg-x11-libXt-devel-32bit > >>> > >>> installed? > >> > >> The devel-32bit was not installed as it is not on my DVD. I downloaded > >> the rpm and installed it, but still get the same error. > > > > Hmm, and does /usr/lib/libXt.so exist? It should be a symlink to > > libXt.so.6.0.0. > > Yes it is there as you say. From the 'locate' command, it was created when > the devel-32bit rpm was installed, but it doesn't help.
What is the content of your /etc/ld.so.conf? The file should contain /usr/lib.
Please try to compile the file foo.c
int main(void) { return 0; }
with
gcc -m32 -o foo foo.c -lXt
This should work, does it? If not, please post the output of
gcc -m32 -o foo foo.c -lXt -Wl,--verbose
Kind regards,
Frank
--
## InnoTek Systemberatung GmbH, http://www.innotek.de ##
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
