Re: -lX11

2000-05-30 Thread Chris Gray
On Tue, May 30, 2000 at 12:52:36PM +0800, Kreaped Ripping Reaper wrote: > -L/usr/X11/lib wont work but > > yeah it worked... my question now is... how do i compile something > that needs no path? i mean the -L/usr/X11R6/lib Eventually, you are going to have to bite the bullet and write a Makefile

Re: -lX11

2000-05-29 Thread Kreaped Ripping Reaper
-L/usr/X11/lib wont work but yeah it worked... my question now is... how do i compile something that needs no path? i mean the -L/usr/X11R6/lib On Fri, May 26, 2000 at 09:20:50AM -0400, Chris Gray wrote: > On Fri, May 26, 2000 at 01:31:24PM +0800, Kreaped Ripping Reaper wrote: > > > > hi.. i tr

Re: -lX11

2000-05-26 Thread Justin Megawarne
And Kreaped Ripping Reaper bestowed upon us all: > > hi.. i tried to compile something that needs -lX11 but gives me an error that > says i dont have it... > i'm using woody :) > error is here > > [EMAIL PROTECTED]:~/ ]$ gcc -lX11 -lm -o xroy xroy.c > /usr/bin/ld: cannot find -lX11 > c

Re: -lX11

2000-05-26 Thread Chris Gray
On Fri, May 26, 2000 at 01:31:24PM +0800, Kreaped Ripping Reaper wrote: > > hi.. i tried to compile something that needs -lX11 but gives me an error that > says i dont have it... > i'm using woody :) > error is here > > [EMAIL PROTECTED]:~/ ]$ gcc -lX11 -lm -o xroy xroy.c > /usr/bin/ld

Re: -lX11

1999-04-22 Thread Pierfrancesco Caci
:-> "shaleh" == shaleh <[EMAIL PROTECTED]> writes: >> I'm trying to compile a program that has -lX11 in the compiler >> options, but the compiler doesn't filnd the relevant library. What >> shall I put in place of the plain X11? >> > Before the -lX11 place -L/usr/X11R6/lib.

Re: -lX11

1999-04-21 Thread shaleh
> > > I'm trying to compile a program that has -lX11 in the compiler > options, but the compiler doesn't filnd the relevant library. What > shall I put in place of the plain X11? > Before the -lX11 place -L/usr/X11R6/lib. Make sure you also have xlibg-dev installed.

Re: -lX11

1998-10-14 Thread aqy6633
> I'm trying to compile a program called dataplot. It's in Fortran, > and I've partially succeeded in converting it to C...however, at the end > of a compile, it claims: > ld: cannot open -lX11: No such file or directory > X11 stuff is in the ldconfig path...so what's going on? You should have put

Re: -lX11 problem

1996-09-12 Thread Ed Donovan
"Brian C. White" <[EMAIL PROTECTED]> writes: > Don't do this!!! I tried this fix for netscape and it causes problems > with 'man'. It search X11, X11R6 and X386 directories for man pages so > if you create a link like this, it will find all of you X manpages twice. > > The better solution is to

Re: -lX11 problem

1996-09-11 Thread Brian C. White
> > you might try adding an "-L/usr/X11R6/lib" to the CFLAGS line of the > > Makeflag (or unlesss you don't use one on the gcc line". > > I also had this sort of trouble a long time ago. Which compiler version > > and binutils are you using? > > It's better to run this command from /usr: > ln -s X

Re: -lX11 problem

1996-09-11 Thread Boris Beletsky
-BEGIN PGP SIGNED MESSAGE- On Tue, 10 Sep 1996, Brian C. White wrote: bcwhite>Don't do this!!! I tried this fix for netscape and it causes problems bcwhite>with 'man'. It search X11, X11R6 and X386 directories for man pages so bcwhite>if you create a link like this, it will find all of

Re: -lX11 problem

1996-09-10 Thread Vadik V. Vygonets
On Tue, 10 Sep 1996, Stoyan Kenderov wrote: > Boris Beletsky wrote: > > > > Hi Boris, > > you might try adding an "-L/usr/X11R6/lib" to the CFLAGS line of the > Makeflag (or unlesss you don't use one on the gcc line". > I also had this sort of trouble a long time ago. Which compiler version > a

Re: -lX11 problem

1996-09-10 Thread Stoyan Kenderov
Boris Beletsky wrote: > Hi Boris, you might try adding an "-L/usr/X11R6/lib" to the CFLAGS line of the Makeflag (or unlesss you don't use one on the gcc line". I also had this sort of trouble a long time ago. Which compiler version and binutils are you using? It is a misnomer in the configurati