public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
To: felix.schaller@twt-gmbh.de
Cc: cygwin@sourceware.cygnus.com
Subject: Re: failed to compile cygwin   <<Scan Mail hat keinen Virus gefunden>>
Date: Mon, 29 Oct 2001 13:11:00 -0000	[thread overview]
Message-ID: <11633395059.20011029200011@familiehaase.de> (raw)
In-Reply-To: <OF0C87A6EF.07B16705-ONC1256AF4.005BFE19@twt-gmbh.de>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1856 bytes --]

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.haase@convey.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/

  reply	other threads:[~2001-10-29 13:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-29  9:24 felix.schaller
2001-10-29 13:11 ` Gerrit P. Haase [this message]
2001-10-30 12:57 kevinm
     [not found] ` <2903380712.20011030235925@familiehaase.de>
2001-10-30 16:55   ` Kevin Mackie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11633395059.20011029200011@familiehaase.de \
    --to=gerrit@familiehaase.de \
    --cc=cygwin@sourceware.cygnus.com \
    --cc=felix.schaller@twt-gmbh.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).