When running configure as part of a shell script leads to the error msg:-
no acceptable cc found in $PATH How do I determine exactly what is causing this? gcc is definitely on the path, but I suspect configure is not parsing the path correctly. >From a command prompt I would be able to see what was going on using:- sh -x ./configure How would I go about doing this in a shell script? I normally have ./configure -- John
