Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: GCC G77 Sleep Intrinsic Date: Fri, 12 Dec 2003 12:45:02 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: To: , X-OriginalArrivalTime: 12 Dec 2003 12:45:02.0782 (UTC) FILETIME=[C2DFADE0:01C3C0AD] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id hBCCjC1h028067 I can confirm that Sleep(n) intrinsic function appears to work as expected under Windoze 2000 (SP2). Could test under Win95 OSR2 and Win-Me this weekend if any use. Kevin. | -----Original Message----- | From: cygwin-owner AT cygwin DOT com | [mailto:cygwin-owner AT cygwin DOT com]On Behalf | Of Lars Steinke | Sent: 12 December 2003 12:25 | To: cygwin AT cygwin DOT com | Subject: Re: GCC G77 Sleep Intrinsic | | On Thursday 11 December 2003 02:14, Lars Steinke wrote: | > Hello, | > | > I am using G77 (cygwin, GCC G77 on Windows 98 SE) and | > I have a problem with the following function: | > | > Sleep Intrinsic | > CALL Sleep(Seconds) | > | > Seconds: INTEGER(KIND=1); scalar; INTENT(IN). | > | > Intrinsic groups: unix. | > | > Description: | > | > Causes the process to pause for Seconds seconds. See sleep(2). | > | > | Intrinsic.html#Sleep%20Intrinsic> | > | > If I write: | > | > CALL Sleep(1) | > | > in my program and if I compile my program with: | > | > g77 -o test test.f | > | > the 'sleep' is so fast that you can not see it. | > | Works fine here on XP. Check the FAQ's to see if C sleep() or | the Sleep API | may not be supported on 98. | | I did check the FAQ, but without success... | I am not very adept at cygwin and g77... Can you help me? | | Thank you very much! | | Lars | | -- | Tim Prince | | -- | Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple | Problem reports: http://cygwin.com/problems.html | Documentation: http://cygwin.com/docs.html | FAQ: http://cygwin.com/faq/ | | | -- | Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple | Problem reports: http://cygwin.com/problems.html | Documentation: http://cygwin.com/docs.html | FAQ: http://cygwin.com/faq/ | | -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/