RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
How do I resolve this? -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:30 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: RE: SPAM: Re: gettimeofday() similar function On Wed, 31 Mar 2004, Neto, Antonio Jose

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
[mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:25 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: RE: SPAM: Re: gettimeofday() similar function Neto, Have you actually tried? Igor P.S. Please configure your mailer to not quote raw e-mail addresses in your repli

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
Ok, but when I try to compile using -mno-cygwin that is not working. Why? -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:25 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: SPAM: Re: gettimeofday() similar function On

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
Hi Brian, Do you know? TIA neto -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:18 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: SPAM: Re: gettimeofday() similar function On Wed, 31 Mar 2004, Neto, Antonio Jose

gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
Hi All, Could you help me? What the similar function in the cygwin? TIA Best Regards neto -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://

RE: help with gcc

2004-03-18 Thread Neto, Antonio Jose Rodrigues
Dave Korn Thanks so much for your help. Cheers neto -Original Message- From: Neto, Antonio Jose Rodrigues Sent: Thursday, March 18, 2004 10:51 AM To: '[EMAIL PROTECTED]' Subject: help with gcc Hi All, Could you help me? I wrote a simple program. hello.c ---

help with gcc

2004-03-18 Thread Neto, Antonio Jose Rodrigues
Hi All, Could you help me? I wrote a simple program. hello.c #include main() { printf("hello"); } After this gcc -o hello hello.c Now, I need to send this program to another person that don't have cygwin1.dll. So, they cannot execute the exe file without the dll. Is is po