compilation failed
Status: Beta
Brought to you by:
psychogenic
Upon doing the ./config,make, make install trio, I got the following message when I did a make:
automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
make: *** [Makefile.in] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.21071 (%build)
I am using Mandrake 8.1 and kernel 2.4.10
Logged In: NO
you might trick it by doing a
touch config.sub config.guess
before running make
Logged In: NO
you might trick it by doing a
touch config.sub config.guess
before running make
Logged In: NO
I found the same problem using Mandrake 8.2 but got around it by following the advice in the README:
$ ./autogen.sh
$ make
# make install
Logged In: YES
user_id=421041
To resolv this, use:
# touch config.sub
# touch config.guess
:-D