@Deniil
OK so you installed autoconf.
Did you make sure you had m4 and perl installed?
m4 is
http://os4depot.net/index.php?functio ... e=development/misc/m4.lhaperl is here:
http://os4depot.net/index.php?functio ... /language/perl_newlib.lhaRun snoopy while testing autconf to check what file it's looking for, when you get nested abc-shell / perl lauched programs it's not always obvious.
Quote:
But the file is there and has s+rwed flags.
s flag is abit meaningless to abc-shell or perl, but what can matter occasionally is if the group and user flags are set
If the snoopy log shows that it really is autom4te that it can't see then try the below.
11.RAM Disk:> ls -l SDK/Local/C/autom4te
-rwx------ 1 root wheel 32206 2017-08-02 20:14 SDK/Local/C/autom4te
11.RAM Disk:> chmod 755 SDK/Local/C/autom4te
11.RAM Disk:> ls -l SDK/Local/C/autom4te
-rwxr-xr-x 1 root wheel 32206 2017-08-02 20:14 SDK/Local/C/autom4te
autoconf is a perl script so please do report any further problems both to henning as the porter and myself as the maintainer of perl.
Further note, if you have installed one of the gcc 5.x archives please make sure there no core-utils commands in GCC:bin
1. that was the wrong place
2. but thanksfully since they are broken, (linked against newlib rather thanclib2) them being in the wrong place makes them easily remaovable.