help-make
[Top][All Lists]
Advanced

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

Re: compilation of gmake on interix


From: Paul D. Smith
Subject: Re: compilation of gmake on interix
Date: Fri, 27 Apr 2001 11:20:58 -0400

I doubt that you can build make like this.  If you do want to do it this
way rather than the "normal" Windows builds, I think you'll have to set
the value NO_ARCHIVES (either use "make CFLAGS=-DNO_ARCHIVES" or set
"#define NO_ARCHIVES 1" in config.h or similar), as your subsystem
apparently doesn't have the ar.h header file necessary to support it.

Is there some reason you don't want to use the normal Windows build
(which does have archive support, I think, BTW)?

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