Mail Archives: cygwin/2007/04/12/13:20:02
On 12 April 2007 18:02, Igor Peshansky wrote:
> Setup's io_stream uses Cygwin mounts. Thus, once "file:///usr" is
> created, mkdir_p("file:///usr/bin") is a no-op...
Not on the first ever install, I woulda thunk, since *these*
create_mount ("/", get_root_dir (), istext, issystem);
create_mount ("/usr/bin", cygpath ("/bin"), istext, issystem);
create_mount ("/usr/lib", cygpath ("/lib"), istext, issystem);
lines appear about 20 lines *after* the bit I quoted previously.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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/
- Raw text -