www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/2000/01/10/07:43:20

Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-developers-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin-developers/>
List-Post: <mailto:cygwin-developers AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-developers-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com
To: cygwin-developers AT sourceware DOT cygnus DOT com
Subject: mingw headers are installed over cygwin headers.
Mime-Version: 1.0 (generated by tm-edit 7.106)
From: Kazuhiro Fujieda <fujieda AT jaist DOT ac DOT jp>
Date: 10 Jan 2000 21:45:27 +0900
Message-ID: <s1sd7raccyg.fsf@jaist.ac.jp>
Lines: 25
X-Mailer: Gnus v5.3/Emacs 19.34

When I execute `make install' on the top build directory, mingw
headers are installed into the directory `i586-cygwin32/include'
in which newlib and cygwin headers have been installed.

I think mingw/Makefile.in should be modified as the following.

--- mingw/Makefile.in-	Fri Jan 07 15:47:51 2000
+++ mingw/Makefile.in	Mon Jan 10 21:43:30 2000
@@ -198,9 +198,9 @@
 		$(INSTALL_DATA) $$i $(tooldir)/lib/$$i ; \
 	done
 	for sub in . sys ; do \
-	$(mkinstalldirs) $(tooldir)/include/$$sub ; \
+	$(mkinstalldirs) $(tooldir)/include/mingw/$$sub ; \
 		for i in $(srcdir)/include/$$sub/*.h ; do \
-		  $(INSTALL_DATA) $$i $(tooldir)/include/$$sub/`basename $$i` ; \
+		  $(INSTALL_DATA) $$i $(tooldir)/include/mingw/$$sub/`basename $$i` ; \
 		done ; \
 	done
 	@$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS)

____
  | AIST      Kazuhiro Fujieda <fujieda AT jaist DOT ac DOT jp>
  | HOKURIKU  School of Information Science
o_/ 1990      Japan Advanced Institute of Science and Technology

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019