ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] Make won't make ratpoison


From: Trent Buck
Subject: Re: [RP] Make won't make ratpoison
Date: Sun Jul 11 00:50:00 2004

Quoth Jean-Luc Picard on or about 2004-07-11:

> make: *** No rule to make target `../config.status', needed by `Makefile'.  
> Stop.

You are making in the wrong directory.  You should be making in the
package's root directory, not in src/.  Here is the command set I use:

harpo:~$ wget 
http://optusnet.dl.sourceforge.net/sourceforge/ratpoison/ratpoison-1.3.0.tar.gz
harpo:~$ tar zxf ratpoison-1.3.0.tar.gz
harpo:~$ cd ratpoison-1.3.0
harpo:~/ratpoison-1.3.0$ ./configure --prefix=/usr
harpo:~/ratpoison-1.3.0$ make
harpo:~/ratpoison-1.3.0$ su -c 'make install'

-trent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]