Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 4 Dec 2003 10:21:49 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: cygwin windows to linux cross compiler issues !! Message-ID: <20031204092149.GS1640@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i On Thu, Dec 04, 2003 at 09:47:34AM +0530, mohanlal jangir wrote: > I remember, during cygwin installation I clicked dos. But I don't know how > to change this now. I hope there should be some way to do this without > reinstalling cygwin. I have installed cygwin in my E: drive and mount gives > following output: > > $ mount > E:\cygwin\bin on /usr/bin type system (textmode) > E:\cygwin\lib on /usr/lib type system (textmode) > E:\cygwin on / type system (textmode) > c: on /cygdrive/c type user (textmode,noumount) > d: on /cygdrive/d type user (textmode,noumount) > e: on /cygdrive/e type user (textmode,noumount) > m: on /cygdrive/m type user (textmode,noumount) > > I think, the textmode is causing problem. How to get rid of this? $ cd /cygdrive/e/cygwin/bin $ ./umount /usr/bin $ ./mount E:/cygwin/bin /usr/bin $ ./umount /usr/lib $ ./mount E:/cygwin/lib /usr/lib $ ./umount / $ ./mount E:/cygwin / $ ./mount -u -c /cygdrive should do it. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/