bug-make
[Top][All Lists]
Advanced

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

Re: 64-bit version?


From: Paul D. Smith
Subject: Re: 64-bit version?
Date: Fri, 7 Mar 2003 13:59:16 -0500

%% Steve Ellcey <address@hidden> writes:

  se> There is no reason a 32 bit gnu make won't work on a 64 bit HP-UX
  se> system.  64 bit HP-UX systems are capable of running both 32 bit
  se> and 64 bit executables.  If you look at the standard HP make
  se> (/usr/ccs/bin/make) you will see that it and indeed, most of the
  se> HP commands, are still 32 bits.

It's true that make doesn't need to be 64-bit itself, however it _does_
need to be able to manipulate 64-bit files.

That is, you want make built with support for large files so it can use
stat() (or stat64() or whatever) to find information on files which are
>2G.  That support should be enabled in GNU make by default if configure
detects that your system supports large files.

-- 
-------------------------------------------------------------------------------
 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




reply via email to

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