This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

b19 notes



- If you are upgrading from b18, MAKE SURE you copy the new shell
  into /bin.  If you prefer to keep the old around:

      mkdir /bin2
      cp /bin/* /bin2
      mount c:/bin2 /bin     # mount bin2 over bin, for this account
      cp <cyg path>/sh.exe /bin

  If you do not do this, you WILL have problems with "make" and
  "configure".

- you probably want to keep b18 bin directory in your path for
  bins built under b18.  (might be useful to have a copy of the
  b18 "ps" command renamed in your path somewhere, though not sure
  perhaps b19's ps picks up all b18 processes too?)

- If you want to build sources:

      cd objdir
      srcdir/cdk/configure --prefix=/install i386-cygwin32
      make

- and a problem:

    I've noticed problems with the CVS recently.  It seems to constantly
chew up memory until it completes while doing checkouts and updates.
On large directory checkouts and updates (for example, the cdk sources), it
quickly consumes all of swap (I raised my swap to 200M, and still ran
out.)  I'm not sure if this is new under b19 (due to the mix of the
b18 compiled cvs binary and b19 programs it might be calling?) or if
this problem also exists in b18.  I'm using a precompiled binary from
http://parallax.co.uk/~andyp which references http://www.cyclic.com/
in its usage messages.

                                         Tim N.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]