delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1997/05/30/02:05:22

From: chin DOT cheekai AT singapore DOT sterling DOT com (Chin Chee-Kai)
Subject: Re: GNU-Win32 : gettimeofday
30 May 1997 02:05:22 -0700 :
Approved: cygnus DOT gnu-win32 AT cygnus DOT com
Distribution: cygnus
Message-ID: <Pine.SUN.3.94.970530092555.8252A-100000.cygnus.gnu-win32@singapore.sterling.com>
Mime-Version: 1.0
Original-To: GNU Win32 <gnu-win32 AT cygnus DOT com>
Original-Cc: Lim Chu Cheow <cclim AT gintic DOT gov DOT sg>
In-Reply-To: <338D5CA4.40E1@singapore.sterling.com>
Original-Sender: owner-gnu-win32 AT cygnus DOT com

Just to add to this, I compiled the exact same program
on b17.1 on Win95 and got a smooth compiled binary that
run :

C:\tmp>gcc test.c
test.c: In function `main':
test.c:5: warning: return type of `main' is not `int'

C:\tmp>a
Hello world!!
Current time = 864984734.359000 s


(I had to eventually revert back to b17.1 as gcc ran 
way too slowly on my project and the resulting binary
doesn't even run.)


Chin Chee-Kai
Internet Email: cheekai AT singapore DOT sterling DOT com
Sterling Software Asia Pacific Group
Tel: (65)-732-9996	Fax: (65)-733-4358
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: 2.6.3i

mQCNAzNQdfYAAAEEAOYCoROPNxjmfykpxfzCSzdZ9lHAiIIu2pwFjAtOxqXsgvq1
ZtBDjzDHl4ttFUSAjYHqRYaJ0P123ST0Tzt7YpKWjXf+tetcSGv45LX8JJDn25je
WWFI8dM02dkfPaM8rWxyGcNKr6O6Nkois6Kjs02P/d3pSQ+aRESCVVXqJEytAAUX
tCFDaGluIENoZWUtS2FpIDxjaGVla2FpQGdlbi5jby5qcD6JAJUDBRAzUHX2RIJV
VeokTK0BAdEHBACSFXwEksBagVvmJp+wo6K5qrmCcTJUKaWqSnkjnHTcvNIy8VZ9
is50VHuCLcexul2YjqzAKFgLmCnnXNxKw4FPphgwLTxVlp5rQ+AzxxGSv/GInlCm
rEzuQqIfkrmPTv2jIRSW3BO8DT7J+MpwJtflw/phCmJZH//cW0MbZ0/0NA==
=cpCR
-----END PGP PUBLIC KEY BLOCK-----
	
On Thu, 29 May 1997, Lim Chu Cheow wrote:

> Hi,
> I just installed b18, and compiled a simple program 
> (given below).  Compilation went through, but the 
> execution received some exception and died.  Am I 
> missing something?  Thanks in advance for any advice.
> 
> ============
> #include <stdio.h>
> #include <sys/time.h>
> 
> void main(void)
> {
>   struct timeval tp;
> 
>   fprintf(stdout,"Hello world!!\n");
>   gettimeofday(&tp);
>   fprintf(stdout,"Current time = %lf s\n", 
> 	  ((double)tp.tv_sec+tp.tv_usec*1.0e-6));
> }
> 
> ==============
> - Chu-Cheow
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request AT cygnus DOT com" with one line of text: "help".
> 

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019