On Thursday 24 January 2008, Wes Brenner wrote: > $ ./configure > > : command not found2: > > ./configure: line 22: syntax error near unexpected token > `newline' '/configure: line 22: `case `(set -o) 2>/dev/null` > in *posix*) set -o posix;; esac
Here's another thought .. I see "newline" ... MS systems usually use a two-byte line terminator 0x0d, 0x0a. Unix systems usually use a single byte 0x0a. The gnucap source files use the unix convention. You may need to convert them. Cygwin probably comes with a program to do this. unix2dos??? I have no way to test it. This is a guess. _______________________________________________ Help-gnucap mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnucap
