46
Programming / Re: Strange autoconf / autoreconf / configure behavior
« on: June 21, 2024, 09:06:19 am »Which drive are you working on ?
And what does UNIXROOT env var set to ?
How did you install your auto-tools ?
Where is your `sh' from ?
Hello mate,
UNIXROOT points to D: drive where I put usr/ directory and every relevant subdirectory.
auto-tools installed via ANPM and worked fine until this suddendly happened.
Also, sh, ash and ksh come with the standard development tools gotten via ANPM.
Can't get a clue of what's changed, but one day a configure script was perfect, the next day this error pops up from the very same script. Since then, no success in generating makefiles.
Mind you, CMake works, make works, so if I can arrange or modify an existing makefile I'm fine and everything works well (doesn't mean I get a really useful executable 100% of the times, but this is normal in porting software).
So I'm guessing a system reinstall may be useful...
Mentore