Frank Mehnert wrote:
> What is the content of your /etc/ld.so.conf? The file should contain /usr/lib.
It does.
> Please try to compile the file foo.c
>
> int main(void) { return 0; }
>
> with
>
> gcc -m32 -o foo foo.c -lXt
This worked.
> This should work, does it? If not, please post the output of
>
> gcc -m32 -o foo foo.c -lXt -Wl,--verbose
Although the compilation worked, the verbose output gave me the clue to fix the
problem. The first
place the linker looked for libXt was in
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/32/. By making a
link there for libXt.so that pointed to /usr/lib/libXt.so.6.0.0, it worked. I
also had the same
problem with libX11, but I have now built svn revision 2925.
Many thanks for your help.
Larry
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users