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 From: Chris Faylor Date: Fri, 21 Apr 2000 10:58:02 -0400 To: Cygwin Subject: Re: The /usr/bin /usr/lib mounts Message-ID: <20000421105802.D7931@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, Cygwin References: <10a701bfab9d$ab68f1e0$0200a8c0 AT VOYAGER> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: <10a701bfab9d$ab68f1e0$0200a8c0@VOYAGER>; from trevorforbes@ozemail.com.au on Fri, Apr 21, 2000 at 11:57:03PM +0930 On Fri, Apr 21, 2000 at 11:57:03PM +0930, Trevor Forbes wrote: >With the new mount points /usr/bin /usr/lib nothing works for me. >Would someone be kind enough to explain the new mounts? Is the end >result supposed to be /bin == /usr/bin with files installed into >/usr/bin and /bin? The end result is that /usr/bin == /bin and /usr/lib == /lib and that everything is installed in /bin and /lib. Possibly you're seeing problems because you have /usr mounted, also? Recent versions of setup umount /usr. >In my system, which is Win2000 FAT32, the installer installs everything to >/bin, nothing into /usr/bin and the end result is that gcc no longer >compiles. What does "gcc no longer compiles" mean? You can't build gcc or you can't compile anything with gcc? >Ok, I can at least get around that by doing a manual install. So I >do a manual install with the result that files in /usr/bin are not visible, >that is, I get /bin directory listing instead and cygwin cannot see anything >in the /usr/bin dir. /usr/bin is supposed to essentially be a symbolic link to /bin. So, doing a 'ls /usr/bin' should be equivalent to 'ls /bin'. It sounds like this is not the case in your setup. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com