This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Re: cygwin windows to linux cross compiler issues !!


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@cygwin.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/


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