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 sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Mon, 29 Oct 2001 20:00:11 +0100 |
From: | "Gerrit P. Haase" <gerrit AT familiehaase DOT de> |
X-Mailer: | The Bat! (v1.53d) |
Reply-To: | "Gerrit P. Haase" <cygwin AT cygwin DOT com> |
Organization: | convey Information Systems GmbH |
X-Priority: | 3 (Normal) |
Message-ID: | <11633395059.20011029200011@familiehaase.de> |
To: | felix DOT schaller AT twt-gmbh DOT de |
CC: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: failed to compile cygwin <<Scan Mail hat keinen Virus gefunden>> |
In-Reply-To: | <OF0C87A6EF.07B16705-ONC1256AF4.005BFE19@twt-gmbh.de> |
References: | <OF0C87A6EF DOT 07B16705-ONC1256AF4 DOT 005BFE19 AT twt-gmbh DOT de> |
MIME-Version: | 1.0 |
Hallo felix, 2001-10-29 19:39:49, du schriebst: > the compiling of cygwin-1.3.3-2 has been performed > with the script you gave me "cygwin-build" > but after making cygwin-build build > and cygwin-build Install the libary "libcygwin.a" keept unchanged, > also my testprogram wasn't affected from my patch i wrote in > newlib/ctype which is enhanching character recognition above the > character value 0x80 so what is still wrong??? With this build script the installation target dir is somewhere below your builddir called 'inst/usr' or similar (you may set it where you like it to be at the top of the script, maybe /tmp/cygwin/usr). You should delete $instprefix/usr/lib/libm.a .../libg.a .../libc.a and make symlinks to libcygwin then: cd $instprefix/usr/lib/ rm libm.a libc.a libg.a ln -s libcygwin.a libm.a ln -s libcygwin.a libc.a ln -s libcygwin.a libg.a You may look at the buildscript there is an option 'package', modify it if needed (no dejagnu built?) and pack the installed binaries, headers and libs (-> cygwin-build package) and copy/move the packages to '/'. Unpack them. It will fail to unpack cygwin1.dll because it is in use. You need to terminate all cygwin processes (services, shells, ...) and copy cygwin1.dll from the installation directory to x:\cygwin\bin, to clear memory you should reboot your machine now. Gerrit -- convey Information Systems GmbH http://www.convey.de/ Vitalisstraße 326-328 Gerrit P. Haase D-50933 Köln gerrit DOT haase AT convey DOT de Fon: ++49 221 6903922 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |