Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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) Content-Type: text/plain; charset=US-ASCII From: Kazuhiro Fujieda Date: 10 Jan 2000 21:45:27 +0900 Message-ID: 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 | HOKURIKU School of Information Science o_/ 1990 Japan Advanced Institute of Science and Technology