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]

RE: b19 configure problems AND mkid/lid problem


I copied b19...sh.exe into my C:\BIN, and now everything works... as far as
compile, etc, Thanks!

I got mkid and lid to compile just fine now; (gnu id-utils3.2).  However,
when I try (from my bash shell)
	./mkid *.c

in the directory where the id-utils src files are, I get:
	./mkid: can't lstat `d' from `/'
	./mkid: can't chdir to `d' from `/': No such file or directory
	./mkid: can't chdir to `d/id-utils-3.2' from `/': No such file or directory
	./mkid: can't chdir to `d/id-utils-3.2/src' from `/': No such file or
directory
	./mkid: can't lstat `fid.c' from `/'
	./mkid: can't lstat `fnid.c' from `/'
	./mkid: can't lstat `lid.c' from `/'
	./mkid: can't lstat `mkid.c' from `/'
	./mkid: can't lstat `xtokid.c' from `/'
	./mkid: can't lstat `2' from `/'
	./mkid: nothing to do


Tracing through the mkid code, they get the current-dir from getcwd() which
returns "/d/id-utils/3.2/src/", then they try to chdir() in pieces there.
This doesn't appear to work at all.

Any clues!! Please!  I would *like* to be able to use these tools outside of
a bash environment, too (on NT).

Thanks,
Ron

-
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]