delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
From: | "Tom Weichmann" <tomcw AT localnet DOT com> |
To: | cygwin <cygwin AT sourceware DOT cygnus DOT com> |
Date: | Thu, 25 May 2000 13:53:23 -0700 |
MIME-Version: | 1.0 |
Subject: | RE: New Cygwin: "commands commence before first target" |
Reply-to: | tomcw AT localnet DOT com |
Message-ID: | <392D3053.6711.46A446@localhost> |
References: | <67AC2DB52118D411A8F300508B957F1206B6D1 AT WA-MSG02> |
In-reply-to: | <Pine.LNX.4.10.10005251331450.17927-100000@rksystems.com> |
X-mailer: | Pegasus Mail for Win32 (v3.12c) |
> On Thu, 25 May 2000, Karr, David wrote: > > > I would have guessed that doing "setup make" would get the latest > > version. It apparently doesn't. It only gets version 3.77. Is > > version 3.79 kosher for installing with cygwin? > > I don't know what the official answer is, but 3.79 won't build under > win32 (at least for the NMakefile method) without a little hacking of > the sources. Specifically: > > *** main.c~ Thu Feb 24 16:00:20 2000 > --- main.c Thu May 25 13:30:55 2000 > *************** > *** 141,147 **** > /* Print debugging info (--debug). */ > > static struct stringlist *db_flags; > ! static int debug_flag = 0; > > int db_level = 0; > > --- 141,147 ---- > /* Print debugging info (--debug). */ > > static struct stringlist *db_flags; > ! /* static BK 2000-05-25 Must be global */ int debug_flag = 0; > > int db_level = 0; > > D:\tmp\make-3.79>diff -c config.h.W32 config.h > *** config.h.W32 Tue Apr 04 15:29:42 2000 > --- config.h Thu May 25 13:09:24 2000 > *************** > *** 30,35 **** > --- 30,39 ---- > #undef gid_t > #define gid_t int > > + #ifndef LOCALEDIR > + #define LOCALEDIR "d:/usr/share/locale" > + #endif > + > /* Define if you have alloca, as a function or macro. */ > #undef HAVE_ALLOCA > #define HAVE_ALLOCA 1 > > -- > Bob Kline > > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > Make 3.79 built just fine for me OOTB. Tom Weichmann -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |