Re: compiling a lesstif program

1998-11-07 Thread Martin Waller
CTED]> >To: "debian users help" >Subject: compiling a lesstif program >Date: Sat, 7 Nov 1998 09:32:13 +1100 > >Hi folks, > >I am just starting to play around with programming under linux, and am >curious to know just what options I need to use with cc for it to find

Re: compiling a lesstif program

1998-11-07 Thread J.H.M. Dassen \(Ray\)
On Sat, Nov 07, 1998 at 09:32:13AM +1100, Andrew & Julie Daws wrote: > I am just starting to play around with programming under linux, and am > curious to know just what options I need to use with cc for it to find the > lesstif libraries, header files etc. Currently I have tried > > -I/usr/X11R6

Re: compiling a lesstif program

1998-11-07 Thread Peter Berlau
Date forwarded: 6 Nov 1998 22:50:40 - From: "Andrew & Julie Daws" <[EMAIL PROTECTED]> To: "debian users help" Subject: compiling a lesstif program Date sent: Sat, 7 Nov 1998 09:32:13 +1100

Re: compiling a lesstif program

1998-11-07 Thread Pen HaiJie
Andrew & Julie Daws wrote: > Hi folks, > > I am just starting to play around with programming under linux, and am > curious to know just what options I need to use with cc for it to find the > lesstif libraries, header files etc. Currently I have tried > > -I/usr/X11R6/include -L/usr/X11R6/lib -l

compiling a lesstif program

1998-11-06 Thread Andrew & Julie Daws
Hi folks, I am just starting to play around with programming under linux, and am curious to know just what options I need to use with cc for it to find the lesstif libraries, header files etc. Currently I have tried -I/usr/X11R6/include -L/usr/X11R6/lib -lXm -lXt -lX11 and some variations on th