Re: Building a .exe w/ no cygwin1.dll dependancy...

2003-03-18 Thread mbresnah
Does -mno-cygwin satisfy your needs? See the cygwin user manual. Mike Quoting Tim Renner <[EMAIL PROTECTED]>: > Does anybody know how to do this? I've tried building my test program a > couple different ways > > g++ -o pipetest pipetest.cc /usr/lib/libcygwin.a > g++ -o pipetest pipetest.cc -lc

Re: Building a .exe w/ no cygwin1.dll dependancy...

2003-03-18 Thread Igor Pechtchanski
On Tue, 18 Mar 2003, Tim Renner wrote: > Does anybody know how to do this? I've tried building my test program a > couple different ways > > g++ -o pipetest pipetest.cc /usr/lib/libcygwin.a > g++ -o pipetest pipetest.cc -lcygwin > > g++ -static -o pipetest pipetest.cc > g++ -static -o pipetest pi