[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] Ratpoison compile failure
From: |
Norbert Koch |
Subject: |
Re: [RP] Ratpoison compile failure |
Date: |
Tue Nov 12 04:21:03 2002 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i386-unknown-freebsd4.7) |
"Ketykó István" <address@hidden> writes:
> I wanted to compile Ratpoison 1.1.1 under Linux Mandrake 9.0.
> I could not do it because my "make" did not want to compile it.
> It wrote to output: no target.
> Why? (I did : make -f Makefile.am)
>
> Sorry for my bad English, I am Hungarian.
You have to run the configure script first, which resides in the top
level directory, something like
./configure
make
make install
should work (and install the program into /usr/local). Check
configure --help for settings you can adapt.
norbert.