[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make 3.79.1 on OpenVMS
From: |
Paul D. Smith |
Subject: |
Re: Make 3.79.1 on OpenVMS |
Date: |
Fri, 27 Sep 2002 16:24:43 -0400 |
%% address@hidden (Paul Jarc) writes:
pj> "Paul D. Smith" <address@hidden> wrote:
>> Hm. However, I can't think of any way to write a configure test on
>> whether or not time_t is signed or unsigned.
pj> if ((time_t)-1<(time_t)0) signed(); else unsigned();
Not bad but this requires being able to run a program. This is a no-no
if you want your app to be cross-compilable.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist