Re: How to compile static to avoid the need for cygwin1.dll

2003-09-04 Thread Ivan Hernandez
This is the seccond post that i do and you ever respond. Thanks you Igor! Ivan from Argentina Igor Pechtchanski wrote: On Thu, 4 Sep 2003, Ivan Hernandez wrote: Hello! i'm trying searchs in google to find info on how to compile statically linked binary files on cugwin in order to avoid the nee

Re: How to compile static to avoid the need for cygwin1.dll

2003-09-04 Thread Igor Pechtchanski
On Thu, 4 Sep 2003, Ivan Hernandez wrote: > Hello! i'm trying searchs in google to find info on how to compile > statically linked binary files on cugwin in order to avoid the need of > having cygwin1.dll with my programs. I need it because some people is > alergic to thing that don't understand,

Re: Re: How to compile static to avoid the need for cygwin1.dll

2003-09-04 Thread Timothy C Prince
If -mno-cygwin or mingw don't do what you want, you may be out of luck. -Original Message- From: Ivan Hernandez <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 04 Sep 2003 11:43:17 -0300 Subject: Re: How to compile static to avoid the need for cygwin1.dll No, i'm not

Re: How to compile static to avoid the need for cygwin1.dll

2003-09-04 Thread Corinna Vinschen
On Thu, Sep 04, 2003 at 11:43:17AM -0300, Ivan Hernandez wrote: > No, i'm not aware. Anyway i think that compiling GPL'd programs will not > make any problem... i guess... no matter how much i touch the code in > order to make it work ! As long as it remains in the open source and your targeted

Re: How to compile static to avoid the need for cygwin1.dll

2003-09-04 Thread Ivan Hernandez
No, i'm not aware. Anyway i think that compiling GPL'd programs will not make any problem... i guess... no matter how much i touch the code in order to make it work ! Ivan Corinna Vinschen wrote: On Thu, Sep 04, 2003 at 09:26:32AM -0300, Ivan Hernandez wrote: Hello! i'm trying searchs in goo

Re: How to compile static to avoid the need for cygwin1.dll

2003-09-04 Thread Corinna Vinschen
On Thu, Sep 04, 2003 at 09:26:32AM -0300, Ivan Hernandez wrote: > Hello! i'm trying searchs in google to find info on how to compile > statically linked binary files on cugwin in order to avoid the need of > having cygwin1.dll with my programs. I need it because some people is > alergic to thing

Re: How to compile static to avoid the need for cygwin1.dll

2003-09-04 Thread Ronald Landheer-Cieslak
On Thu, Sep 04, 2003 at 09:26:32AM -0300, Ivan Hernandez wrote: > Hello! i'm trying searchs in google to find info on how to compile > statically linked binary files on cugwin in order to avoid the need of > having cygwin1.dll with my programs. I need it because some people is > alergic to thing

How to compile static to avoid the need for cygwin1.dll

2003-09-04 Thread Ivan Hernandez
Hello! i'm trying searchs in google to find info on how to compile statically linked binary files on cugwin in order to avoid the need of having cygwin1.dll with my programs. I need it because some people is alergic to thing that don't understand, and i will not code twice things that are alrea