I'm trying to compile htmlcxx lib using MinGW / MSYS and I'm having trouble with this. First, I got this error:
make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or
operable program.
After I figured this out by editing PATH, I started to get same error about "./configure" command
./configure : The term './configure' is not recognized as the name of a cmdlet, function,
script file, or operable program.
What's the source of this issue?