Re: Invocation of executable file on a machine which doesn't have Cygwin installed
Not unless you install at least the cygwin base package on the 2nd machine. Or compile with -mno-cygwin. Alex Vinokur wrote: Windows 2000 --- 1. Machine#1. Cygwin is installed. foo.cpp is some c++ program $ g++ foo.cpp -o foo.exe -
Invocation of executable file on a machine which doesn't have Cygwin installed
Windows 2000 --- 1. Machine#1. Cygwin is installed. foo.cpp is some c++ program $ g++ foo.cpp -o foo.exe --- 2. Machine#2. Cygwin is not installed. Will foo.exe work on Machine#2? =