76
Programming / Re: Strange autoconf / autoreconf / configure behavior
« on: May 22, 2024, 11:16:10 am »Hi/2.
How about trying `-c' option like:Code: [Select]sh -c /usr/bin/autoreconf -sfvi
orCode: [Select]sh -c "/usr/bin/autoreconf -sfvi"
Auto tools scripts are not shell scripts but perl scripts in many cases.
KO Myung-Hun
Thanks for this help KO. I'll check everything asap. What puzzles me is that this behavior just started occurring on every project, suddendly, while days ago autoreconf and the other perl scripts worked correctly.
Will update asap.
Mentore
Quoting myself:
after creating a config.site file and slightly modifying my CMD settings file the result is the same - error on gawk while running config.status.
Also, if I issue autoreconf, the result is this
[D:\Sviluppo\sorgenti\tmp\cscope-15.9>]sh -c /usr/bin/autoreconf -sfvi
Can't open perl script "exe": No such file or directory
which points me really nowhere. Have to check something, or maybe the best solution is to reinstall everything.
Mentore
Bit of update: correcting SED=sed in configuration made configure work again.
It seems I need to work a little more to make autoreconf / autoconf work correctly.
Mentore