Anybody else gotten this when trying to ./configure? I get bad interpreter: Permission denied.
Logged In: NO
I get the same. :-(
Logged In: YES user_id=190547
Try converting all file by using 'dos2unix-'.
Sorry mistyped: tool is 'dos2unix'. It removes carriage returns from end of line. Something like
find ./ -type f -exec dos2unix {} \;
does the trick. Enjoy!
Log in to post a comment.
Logged In: NO
I get the same. :-(
Logged In: YES
user_id=190547
Try converting all file by using 'dos2unix-'.
Logged In: YES
user_id=190547
Sorry mistyped: tool is 'dos2unix'. It removes carriage returns from end of line. Something like
find ./ -type f -exec dos2unix {} \;
does the trick.
Enjoy!