[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
localtim.c (fwd)
For the record...
Yves
---------- Forwarded message ----------
Date: Fri, 7 Aug 1998 20:31:00 +0200
From: Helmut_Karlowski@mausd.gun.de,
Helmut Karlowski <Helmut_Karlowski@mausd.gun.de>
To: ypell@CAM.ORG
Subject: localtim.c
Hi Yves,
i just had a problem with missing globals daylight and timezone: They
where not in the lib.
So i changed in localtim.c this:
#ifdef HAS_BSD_TIME
/*USG_COMPAT*/
time_t timezone = 0;
int daylight = 0;
#endif /* defined USG_COMPAT */
Now it seems to work ok.
Is there a possibility to `make' the libs without having to compile
everything? By `ar r <archive> <object>' it's possible to just update
one object-file. It's not so easy to compile the Source (i.e. get the
commandline for gcc).
-Helmut