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 sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <38FF0444.CEF4ADD3@vinschen.de> |
Date: | Thu, 20 Apr 2000 15:21:08 +0200 |
From: | Corinna Vinschen <corinna AT vinschen DOT de> |
Reply-To: | cygwin AT sourceware DOT cygnus DOT com |
X-Mailer: | Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) |
X-Accept-Language: | de, en |
MIME-Version: | 1.0 |
To: | Tim Prince <tprince AT computer DOT org> |
CC: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: w2k problem with new release and autoconf and with reversion to old |
References: | <006501bfaac7$9adea6c0$5f0f4dd1 AT TIMYX18EWDT6RQ> |
Tim Prince wrote: > > I installed the new release by the [i] route, which takes > several hours using the utk mirror. It appeared to be working, > but autoconf is broken when invoked from make. Does it require a > special environement setting? > > I reverted laboriously to the old cygwin, which is working fine > for Administrator, but now /tmp and /bin aren't visible except > to Administrator. This is by design. There's a difference now between `user' mount points and `system' mount points. setup.exe creates all mount points as `user' mount points. For the purpose of creating `system' mount points, mount.exe has a new option `-s' now. So, what you have to do to get some mount points working for all users on the machine is to create the mount points of choice as `system' mount points and - if they are already in your `user' mount point table - remove them from your personel mount table: mount -s -b -f D:/cygwin / umount / The mount command shows which type of mount point you have, eg: $ mount Device Directory Type Flags D:\cygwin\usr\lib /lib user binmode D:\cygwin / system binmode C: /home user textmode umount.exe has the option `-s' as well to erase `system' mount points. Try `mount --help', `umount --help' for getting help of all options. Hope this helps, Corinna -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |