On Mon, Nov 23, 2009 at 1:21 PM, Aaron Turner <[email protected]> wrote: > On Mon, Nov 23, 2009 at 9:25 AM, Robert Smith <[email protected]> wrote: >> >> Attempting to run configure on a Windows Server 2003 SP2 - cygwin >> 1.7.0-25 instance results in a failure: >> BEGIN Configure output >> ./configure: line 12: $'\r': command not found >> ./configure: line 23: syntax error near unexpected token '$'in\r' ' >> ./configure: line 23: ' case '<set -o> 2>/dev/null' in >> END Configure output >> >> TCPReplay version 3.4.3 >> GCC version 4.3.4 >> libnet none >> libdnet none >> libpcap locations C:/cygwin/wpdpack & C:/Program Files/WinPcap >> Autogen none >> Platform Windows 2003 server SP2 with cygwin 1.0.7-25 >> ./configure --with-libpcap=/wpdpack --enable-debug >> configure log none generated >> make output none >> >> Attempts to configure older versions of TCPReplay 3.0.0, 3.3.2 and 3.4.0 >> result in the same failure. >> >> Any help would be appreciated. > > > Hmmm... never seen that before. I assume you are running configure > from within the Cygwin shell not cmd.exe? > > --
'\r' is a carriage return character (in windows text files usually use \r\n to mark an end of line whereas *nix uses just \n). As I recall there is some cygwin setting to handle this but I'm not sure what it is. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users Support Information: http://tcpreplay.synfin.net/trac/wiki/Support
