Re: Newbie request - compiling with Xlib.h

2006-12-18 Thread Jona Joachim
On Mon, 18 Dec 2006 10:12:23 -0700 (MST) "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > In message: > <[EMAIL PROTECTED]> "Henry > Lenzi" <[EMAIL PROTECTED]> writes: : Hi * > : > : I'm trying to follow the following tutorial for Xlib prpogramming: > : > : > http://users.actcom.co.il/~choo/lupg/tu

Re: Newbie request - compiling with Xlib.h

2006-12-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Henry Lenzi" <[EMAIL PROTECTED]> writes: : Hi * : : I'm trying to follow the following tutorial for Xlib prpogramming: : : http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html#preface : : However, I can't seem to comp

Re: Newbie request - compiling with Xlib.h

2006-12-18 Thread Divacky Roman
On Sun, Dec 17, 2006 at 01:43:57AM -0200, Henry Lenzi wrote: > Hi * > > I'm trying to follow the following tutorial for Xlib prpogramming: > > http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html#preface > > However, I can't seem to compile the simple-drawing.c e

Re: Newbie request - compiling with Xlib.h

2006-12-17 Thread Henry Lenzi
Wrong options letter. You should use '-I' (upper case 'i'), not '-l' (lower case 'L') Gee, I'm so ashamed. :-) Thanks. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

Re: Newbie request - compiling with Xlib.h

2006-12-17 Thread Erik Trulsson
On Sun, Dec 17, 2006 at 08:10:58PM -0200, Henry Lenzi wrote: > On 12/17/06, Dan Nelson <[EMAIL PROTECTED]> wrote: > >In the last episode (Dec 17), Henry Lenzi said: > >> I'm trying to follow the following tutorial for Xlib prpogramming: > >> > >> > >http://users.actcom.co.il/~choo/lupg/tutorials/x

Re: Newbie request - compiling with Xlib.h

2006-12-17 Thread Henry Lenzi
On 12/17/06, Dan Nelson <[EMAIL PROTECTED]> wrote: In the last episode (Dec 17), Henry Lenzi said: > I'm trying to follow the following tutorial for Xlib prpogramming: > > http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html#preface > > However, I can't seem to c

Re: Newbie request - compiling with Xlib.h

2006-12-17 Thread Florent Thoumie
Henry Lenzi wrote: > Hi * > > I'm trying to follow the following tutorial for Xlib prpogramming: > > http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html#preface > > > However, I can't seem to compile the simple-drawing.c example. I keep > getting > > >> cc si

Re: Newbie request - compiling with Xlib.h

2006-12-16 Thread Dan Nelson
In the last episode (Dec 17), Henry Lenzi said: > I'm trying to follow the following tutorial for Xlib prpogramming: > > http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html#preface > > However, I can't seem to compile the simple-drawing.c example. I keep > gettin

Newbie request - compiling with Xlib.h

2006-12-16 Thread Henry Lenzi
Hi * I'm trying to follow the following tutorial for Xlib prpogramming: http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html#preface However, I can't seem to compile the simple-drawing.c example. I keep getting cc simple-drawing.c -o simple-drawing -L/usr/X1