bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build of make 3.79 fails under HP-UX 11.11


From: Paul D. Smith
Subject: Re: Build of make 3.79 fails under HP-UX 11.11
Date: Mon, 10 Jun 2002 11:26:08 -0400

%% Klaus Zeitler <address@hidden> writes:

  kz> I'm trying to build make version 3.79, but when I run configure
  kz> and then make gcc complains:

Please always try with the latest version.  The latest version of GNU
make is 3.79.1.

  kz>  extern void bcopy PARAMS ((const char *b1, char *b2, int));

This is correct.

  kz>  extern void bcopy(const void *, void *, size_t);

This is wrong, I think: bcopy() is an ancient BSD function, provided
before void was introduced.  It's always used char*.

At any rate, I think the latest autoconf (to be included in the new
version of GNU make) will fix this problem.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

[Prev in Thread] Current Thread [Next in Thread]