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

2003-09-04 Thread Ivan Hernandez
that are already done in *nix and compiles with cygwin! Please, if someone knows something better than the old -static thing for the gcc let me know! Ivan Hernandez -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

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

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

Re: cat not found

2003-09-04 Thread Ivan Hernandez
You need the package textutils! $ ls /usr/bin/cat.exe -l -rwxrwxrwx1 Administ mkgroup_17408 Feb 19 2002 /usr/bin/cat.exe Ivan Hernandez Garcia, Lucy wrote: I just re-installed cygwin for the nth time, but for some strange reason, cat is not included. When I run cygcheck -c I get

crypt function undeclared!!!

2003-08-26 Thread Ivan Hernandez
indications, i searched google on cygwin, crypt funcion undeclared but i have found just some old garbage about obsoleted ports od postgresql. Thanks you for all! Ivan Hernandez, from Argentina -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: crypt function undeclared!!!

2003-08-26 Thread Ivan Hernandez
Yes, i did, but i have not found a libcrypt package, i installed crypt package only. Igor Pechtchanski wrote: On Tue, 26 Aug 2003, Ivan Hernandez wrote: hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i have used on linux Debian on cygwin and it says that crypt function

Re: crypt function undeclared!!!

2003-08-26 Thread Ivan Hernandez
Hernandez wrote: Yes, i did, but i have not found a libcrypt package, i installed crypt package only. Igor Pechtchanski wrote: On Tue, 26 Aug 2003, Ivan Hernandez wrote: hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i have used on linux Debian on cygwin

Hello.

2002-11-12 Thread Ivan Hernandez
as /usr/sbin/sshd does. I want my program to do as sshd.exe i tried adding a fork() at the main() routine but i have 2 process that are killed when i close my terminal. Ideas? I don't want a service. I want it working like a daemon just as sshd does. Thanks you so much! Ivan Hernandez