%% Steve Ellcey <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>          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


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to