Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: clocKwize on December 08, 2013, 04:34:56 PM

Title: autoconf autoreconf not found?
Post by: clocKwize on December 08, 2013, 04:34:56 PM
Hey,

I'm trying to build an application that requires autoreconf, so I've installed autoconf.tcz and I get the following:

tc@box:~$ ls -al /usr/local/bin/autoreconf
lrwxrwxrwx    1 root     root            45 Dec  8 21:07 /usr/local/bin/autoreconf -> /tmp/tcloop/autoconf/usr/local/bin/autoreconf
tc@box:~$ cd /tmp/tcloop/autoconf/usr/local/bin/
tc@box:/tmp/tcloop/autoconf/usr/local/bin$ ls
autoconf    autoheader  autom4te    autoreconf  autoscan    autoupdate  ifnames
tc@box:/tmp/tcloop/autoconf/usr/local/bin$ ./autoreconf
-sh: ./autoreconf: not found

what gives?! The file is there but then I get a not found error? I'm really confused by this, any pointers?
Title: Re: autoconf autoreconf not found?
Post by: gerald_clark on December 08, 2013, 04:49:34 PM
Looks like a missing dep file.
Autoconf requires perl5.
Title: Re: autoconf autoreconf not found?
Post by: clocKwize on December 08, 2013, 05:03:55 PM
great! that did it :) Thanks! Why would that be missing?
Title: Re: autoconf autoreconf not found?
Post by: Juanito on December 08, 2013, 10:22:03 PM
Looks like the dep file got lost somewhere - copied over from 4.x - thanks for mentioning this.