Re: Cygwin setup and mounts

2002-11-21 Thread Robert Collins
On Thu, 2002-11-14 at 04:04, Sergei Okhapkin wrote: > What are the reasons for setup program to create these mounts > unconditionally (file install.cc, function do_install_thread)? > > create_mount ("/usr/bin", cygpath ("/bin"), istext, issystem); > create_mount ("/usr/lib", cygpath ("/lib"),

Re: cygwin setup and mounts

2002-11-13 Thread Christopher Faylor
On Wed, Nov 13, 2002 at 02:42:44PM -0500, Nicholas Wourms wrote: >Earnie Boyd wrote: >>Hi Sergei, >> >>You must have been away too long. ;) >> >>1) Wrong list. >^ > >Earnie, > >The last time I checked, this was the appropriate list for >setup-related discussion. Yes. Setup bug reports and de

Re: Cygwin setup and mounts

2002-11-13 Thread Nicholas Wourms
Earnie Boyd wrote: Hi Sergei, You must have been away too long. ;) 1) Wrong list. ^ Earnie, The last time I checked, this was the appropriate list for setup-related discussion. Cheers, Nicholas

Cygwin setup and mounts

2002-11-13 Thread Sergei Okhapkin
What are the reasons for setup program to create these mounts unconditionally (file install.cc, function do_install_thread)? create_mount ("/usr/bin", cygpath ("/bin"), istext, issystem); create_mount ("/usr/lib", cygpath ("/lib"), istext, issystem); The resulting cygwin installation has a mi