Re: Make 3.79.1 on OpenVMS

2002-09-27 Thread Henning Makholm
Scripsit "Paul D. Smith" <[EMAIL PROTECTED]> > %% [EMAIL PROTECTED] (Paul Jarc) writes: > pj> "Paul D. Smith" <[EMAIL PROTECTED]> 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

Re: Make 3.79.1 on OpenVMS

2002-09-27 Thread Paul D. Smith
%% [EMAIL PROTECTED] (Paul Jarc) writes: pj> "Paul D. Smith" <[EMAIL PROTECTED]> 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 requi

Re: Make 3.79.1 on OpenVMS

2002-09-27 Thread Paul Jarc
"Paul D. Smith" <[EMAIL PROTECTED]> 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. if ((time_t)-1<(time_t)0) signed(); else unsigned(); paul ___ Bug-make mailing list [EMAI

Re: Make 3.79.1 on OpenVMS

2002-09-27 Thread Paul D. Smith
%% "Dr. Martin P.J. Zinser" <[EMAIL PROTECTED]> writes: mpjz> Hello Paul, Thanks for the work, that's great. mpjz> I also noticed that makefile.vms needs to be updated to include mpjz> the new hash.c function. This is also part of the patch mpjz> appended below. Thanks. mpjz> --->

Re: Make 3.79.1 on OpenVMS

2002-09-26 Thread Dr. Martin P.J. Zinser
Hello Paul, > From: IN%"[EMAIL PROTECTED]" "Paul D. Smith" 25-SEP-2002 06:21:11.38 > Subj: RE: Make 3.79.1 on OpenVMS > %% [EMAIL PROTECTED] writes: > > > > The next release of GNU make is imminent and I'd really appreciate it if > you coul

Re: Make 3.79.1 on OpenVMS

2002-09-24 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: z> if (listp) z> ..^ z> %CC-E-UNDECLARED, In this statement, "listp" is not declared. z> at line number 204 in file DISK$USER:[ZINSER.TMP.MAKE]variable.c;3 z> ---> This is really serious since it does cause the compilation z> t

Make 3.79.1 on OpenVMS

2002-09-24 Thread zinser
Hello, I was recently contacted by a user trying to build GNU make on OpenVMS. This prompted me to check version 3.79.1 on my own system and I did receive the following messages during compilation: $ @makefile Compiling alloca... Compiling ar... Compiling arscan... Compiling commands... Compili