Re: can't run program

2000-09-12 Thread Statux
Do you have the XFree86-devel package installed? Also make sure that /usr/local/lib is in /etc/ld.so.conf and then run ldconfig. On Tue, 12 Sep 2000, Johan Lim wrote: > Hello all, > > I have problem when I tried to install a program which requires > X windows on my linux (RH 6.1). > When I run

Re: can't run program -> (Solved)

2000-09-12 Thread Johan Lim
I just found out that I can run the program now. This program requires a lot of memory. So I have to quit some program to run it and I have to wait some time for the program to load. Thank you very much for information about Makefile. Johan * Reply separator * Hi, You just need to fin

Re: can't run program

2000-09-12 Thread Luke C Gavel
Hi, You just need to find a version of this software that runs from the command line. All a makefile does is tell the compiler what libraries it needs, since they were used from the very beginning to code the program. In other words, if the programmer didn't code his/her program using command

Re: can't run program

2000-09-12 Thread Vidiot
>I have problem when I tried to install a program which requires >X windows on my linux (RH 6.1). >When I run "make" at the first time it failed, with message: > /usr/bin/ld: cannot open -lX11: No such file or directory > >After I commented & uncommented some LIBS lines of the Makefile, >it's

can't run program

2000-09-12 Thread Johan Lim
Hello all, I have problem when I tried to install a program which requires X windows on my linux (RH 6.1). When I run "make" at the first time it failed, with message: /usr/bin/ld: cannot open -lX11: No such file or directory After I commented & uncommented some LIBS lines of the Makefile,