WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: autoconf autoreconf not found?  (Read 3559 times)

Offline clocKwize

  • Newbie
  • *
  • Posts: 3
autoconf autoreconf not found?
« on: December 08, 2013, 01: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?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: autoconf autoreconf not found?
« Reply #1 on: December 08, 2013, 01:49:34 PM »
Looks like a missing dep file.
Autoconf requires perl5.

Offline clocKwize

  • Newbie
  • *
  • Posts: 3
Re: autoconf autoreconf not found?
« Reply #2 on: December 08, 2013, 02:03:55 PM »
great! that did it :) Thanks! Why would that be missing?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: autoconf autoreconf not found?
« Reply #3 on: December 08, 2013, 07:22:03 PM »
Looks like the dep file got lost somewhere - copied over from 4.x - thanks for mentioning this.