A day or two I was trying to install in Linux I consulted http://rephial.org/wiki/Compiling#s2_2 and used ...
It didn't work.
After some fiddling around I found that
a) Changing to root
b) Using
Did work.
However today I'm stuck with autogen not working again.
I'm using a variety of slackware Linux and I'm a complete novice with it. Any clues, hints, etc.?
Code:
./configure --with-noinstall make
After some fiddling around I found that
a) Changing to root
b) Using
Code:
autogen ./configure --with-noinstall make
However today I'm stuck with autogen not working again.
I'm using a variety of slackware Linux and I'm a complete novice with it. Any clues, hints, etc.?
Comment