From xemacs-m  Sun Jun 29 05:52:46 1997
Received: from iria.mines.u-nancy.fr (galibert@iria.mines.u-nancy.fr [193.49.140.100])
	by xemacs.org (8.8.5/8.8.5) with SMTP id FAA25685
	for <xemacs-beta@xemacs.org>; Sun, 29 Jun 1997 05:52:45 -0500 (CDT)
Received: (from galibert@localhost) by iria.mines.u-nancy.fr (950413.SGI.8.6.12/950213.SGI.AUTOCF) id MAA04298; Sun, 29 Jun 1997 12:51:37 +0200
Message-ID: <19970629125136.04712@iria.mines.u-nancy.fr>
Date: Sun, 29 Jun 1997 12:51:36 +0200
From: Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
To: Xemacs-beta ML <xemacs-beta@xemacs.org>
Subject: extern long timezone;
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.74

cc -64 -g -Demacs -I../src  -DHAVE_CONFIG_H -xansi /users/model/galibert/xemacs/xemacs-20.3-b9/lib-src/profile.c   -lcurses -laudio -lm -o profile
"/users/model/galibert/xemacs/xemacs-20.3-b9/lib-src/../src/systime.h", line 55: error(1143): 
          declaration is incompatible with "time_t timezone" (declared at line
          165 of "/usr/include/time.h")
  extern long timezone;
              ^

1 error detected in the compilation of "/users/model/galibert/xemacs/xemacs-20.3-b9/lib-src/profile.c".

This is because:
- irix is defined as USG in {s,m}/*
- int and long are different in -64 mode.

Maybe configure should check whether timezone is declared in time.h and rely
on that ?

Death to {s,m}/* :-)

  OG.

