Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 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 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> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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