> I am invoking from a normal windows command prompt.  Not sure if I need to
> do this under the CYGWIN terminal or not.  And if so, (embarassingly) I
> don't know how to invoke the Sipp executable under that terminal.

You'll need to invoke sipp from a Cygwin terminal. Unlike Windows,
UNIX (and hence Cygwin) does not include the current working directory
in the path, so you'll need to specify the path to the executable. If
you're in the same directory as sipp, then simply

./sipp <params>

will work; if you're in the directory above, try ...

./sipp.svn/sipp <params>

HTH,

Greg

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to