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
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
2 matches
Mail list logo