This is the mail archive of the cygwin@sourceware.cygnus.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]

B20 and NT 4.0 SP4 ... mea culpa


Hello,
I posted to the list about a problem that I thought was created by NT 4
SP4. It turns out that the trouble is, as far as I can tell, NOT with
the service pack but somehow with the "mount" utility. Here is what I
observe so far:

All the tests described below were run on one hardware platform with SP
3.

Configurations tried:
Note that "%SYSTEMROOT%" is C:\winnt

root "/" is mounted binary and points to C:
put source for egcs1.1b in /src/egcs-1.1b
mkdir /src/build
cd /src/build
../egcs-1.1b/configure never hangs
make bootstrap goes through to completion


To get arbitrary hangs:
root "/" mounted binary and points to C:
put src in, say, drive F and create the new mount point
mount -b F: /f
mkdir /f/src
put source for egcs1.1b in /f/src/egcs-1.1b
mkdir /f/src/build
cd /f/src/build/
../egcs-1.1b/configure hangs sometimes
make bootstrap: always hangs at arbitrary points

Another way to get arbitray hangs:
root "/" mounted binary and points to F: (a different partition on the
same physical drive)
put src in /src/egcs-1.1b
mkdir /src/build
cd /src/build
../egcs-1.1b/configure sometimes hangs
make bootstrap always hangs but at different arbitrary points.
build in "/" 

I tried to find where in the registry the mount points are set and I
could not locate it in a cursory search. So my question is:

(1) am I making some error in mounting my partitions? Mount with no
argument seems to indicate that the mount points are as I expected they
should be, and all the normal file access utilities seem to work (ls,
find, etc all seem to find the files that I think should be there).

(2) Can someone tell me where the mount point information is stored? (I
am assuming it is in the registry somewhere)

	emil
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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