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:
> >
>
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
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
>
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
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
5 matches
Mail list logo