Hi guys
I'm trying to install tophat using cygwin on windows
when I ran ./configure command I got the following error
Could you please suggest me anything that can solve this error
Thanx
FYI: For me it seems newline problem '\r' instead of '\n', but I have no idea what and where to change
I deleted one extraline at 14 and the errors reduced to 2
I'm trying to install tophat using cygwin on windows
when I ran ./configure command I got the following error
Could you please suggest me anything that can solve this error
Thanx
Code:
$ ./configure --prefix=/cygdrive/c/Documents\ and\ Settings/bogugk/Desktop/tophat-1.0.13/ ./configure: line 14: $'\r': command not found ./configure: line 25: syntax error near unexpected token `$'in\r'' '/configure: line 25: ` case `(set -o) 2>/dev/null` in
I deleted one extraline at 14 and the errors reduced to 2
Code:
./configure: line 25: syntax error near unexpected token `$'in\r'' '/configure: line 25: ` case `(set -o) 2>/dev/null` in
Comment