public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Building beta 17.1 on NT 4.0
@ 1997-03-13  8:36 Wayne Stewart
  0 siblings, 0 replies; only message in thread
From: Wayne Stewart @ 1997-03-13  8:36 UTC (permalink / raw)
  To: gnu-win32

Excuse me if this is old news, but I'm a newbie.  I didn't see
anything about these problems in the FAQ or Release Notes.
(Please respond directly.  I'm only on the 'announce' mailing list.)

Here are the changes I had to make to build beta 17.1 from
sources on NT 4.0:

Installing the binary distribution doesn't link byacc to yacc:
--- bash/cpp-Makefile.orig	Wed Mar 12 10:13:13 1997
+++ bash/cpp-Makefile	Wed Mar 12 10:13:33 1997
@@ -118,11 +118,11 @@
 	$(CC) $(CCFLAGS) $(CPPFLAGS) -o $@ $<
 
 #if defined (HAVE_BISON)
 BISON = bison -y
 #else
-BISON = yacc
+BISON = byacc
 #endif
 
 #if defined (HAVE_GCC)
 #  if defined (GCC_FLAGS)
 GCC_EXTRAS = GCC_FLAGS

Apparently configure doesn't take care of this (@X@ ?):
--- gzip/Makefile.in.orig	Wed Mar 12 11:42:01 1997
+++ gzip/Makefile.in	Wed Mar 12 15:11:21 1997
@@ -77,11 +77,11 @@
 # To install znew, zmore, etc... as gznew, gzmore... use: G=g
 
 ZCAT=@ZCAT@
 # To install zcat executable and man page as gzcat, use: ZCAT=gzcat
 
-X=
+X=.exe
 # For OS/2 or MSDOS, use: X=.exe
 
 O=.o
 # For OS/2 or MSDOS, use: O=.obj

Got unresolved symbols for 'rexec': 
--- tar/src/rtapelib.c.orig	Wed Mar 12 14:13:51 1997
+++ tar/src/rtapelib.c	Wed Mar 12 14:14:13 1997
@@ -33,10 +33,11 @@
 
 #include "system.h"
 
 #include <signal.h>
 
+#undef HAVE_NETDB_H
 #ifdef HAVE_NETDB_H
 # include <netdb.h>
 #endif
 
 #include <setjmp.h>


-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-03-13  8:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-03-13  8:36 Building beta 17.1 on NT 4.0 Wayne Stewart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).