(do
you have libX11.so.* and/or libX11.a installed in your
system?)
maybe
you should give your compiler some hint
on where it has to look for the lib you want to
use:
cc -L/usr/X11R6/lib -o client
client.c -lX11
I
furhter added a name for the output file.
Lets
hope that this helps
and
that i put all option in the best ordering.
|