Re: Help compiling Xlib

2000-07-18 Thread Pavel M. Penev
On Mon, 17 Jul 2000, Dinesh Nadarajah wrote: > I tried all sorts of combinations but don't seem to be > able to get it going. What is the name of the Xlib > library files? Here are the things I tried. Any other > advice? > > Thanks. > > --- "Pavel M. Penev" <[EMAIL PROTECTED]> > wrote: > > >

Re: Help compiling Xlib

2000-07-18 Thread Eric G . Miller
On Mon, Jul 17, 2000 at 09:37:13PM +0300, Lehel Bernadt wrote: > > On 17-Jul-2000 Dinesh Nadarajah wrote: > > I am trying to compile a simple X application but I > > keep getting the folloeing error: > > > > gcc -g -o testapp test1.c -lX11 > > > > /usr/bin/ld: cannot find -lX11 > > collect2: ld

RE: Help compiling Xlib

2000-07-17 Thread Lehel Bernadt
On 17-Jul-2000 Dinesh Nadarajah wrote: > I am trying to compile a simple X application but I > keep getting the folloeing error: > > gcc -g -o testapp test1.c -lX11 > > /usr/bin/ld: cannot find -lX11 > collect2: ld returned 1 exit status > > Any suggestions? What are the Xlib libraries called >

Re: Help compiling Xlib

2000-07-17 Thread Dinesh Nadarajah
I tried all sorts of combinations but don't seem to be able to get it going. What is the name of the Xlib library files? Here are the things I tried. Any other advice? Thanks. gcc test1.c -lX11 test1.c: In function `main': test1.c:18: warning: return type of `main' is not `int' /usr/bin/ld: can

Re: Help compiling Xlib

2000-07-17 Thread Pavel M. Penev
On Mon, 17 Jul 2000, Dinesh Nadarajah wrote: > I am trying to compile a simple X application but I > keep getting the folloeing error: > > gcc -g -o testapp test1.c -lX11 > > /usr/bin/ld: cannot find -lX11 > collect2: ld returned 1 exit status > > Any suggestions? What are the Xlib libraries