On Thu, 4 Jul 2002, Preetham wrote:
> Hi all:
> I have written a simple X program, when i compile it by typing:
> >cc client.c -lX11
> i get the error=20
> >/usr/bin/ld: cannot find -lX11
> I am using RedHat Linux 7.2 and am new to X Programming and this my
> "Hello World" Program of X11 programming.
> Appreciate the help.
> Thanks,
> Preetham.
cc client.c -L/usr/X11R6/lib -lX11
Mark.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert