@AmigaBlitter
Looking back throught posts, the path as represented by the the first few lines of the configure log, looks nothing like the path shown by PATH.
PATH:
Quote:
/home/amidev/bin
/home/amidev/.local/bin
/usr/local/sbin
/usr/local/bin
/usr/sbin
/usr/bin
/sbin
/bin
/usr/games
/usr/local/games
/mnt/c/Windows/System32
/mnt/c/Windows
/mnt/c/Windows/System32/wbem
/mnt/c/Windows/System32/WindowsPowerShell/v1.0
/mnt/c/Program Files (x86)/Skype/Phone
/mnt/c/TDM-GCC-32/bin
/mnt/c/Users/dc_am/AppData/Local/Microsoft/WindowsApps
/snap/bin
/home/amidev/adtools/bin
/usr/local/amiga/adtools-ppc-uwin64-20170623-404/bin
Config log
Quote:
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /snap/bin
Do you have more than one shell installed?
Eg I have both 'bash' and 'dash' installed on my looonix laptop with 'bash' being the one in use by the console and 'dash' being what 'sh' is linked to. Never having run cross compiler on that machine I don't know if that might make any difference
Try doing a
ls -l /bin/*sh
to see what shells might be present and which linked
See if
sh -c "echo $PATH"
differe from plain
echo $PATH
aslo
echo $0
will tell you which shell is running in your console (or if added to script which ran the script)
you could also try
sh ./configure
Quote:
This is my 16th or more installation.
What do you mean by that? 16th run of configure? You don't need to reinstall the SDL2 stuff just run
make realclean
to get rid of any junk for fresh reconfigure.