Net Release and/or snapshot bug?
Chris Faylor
cgf@cygnus.com
Thu Apr 20 11:50:00 GMT 2000
On Wed, Apr 19, 2000 at 09:32:45PM -0400, Guyang Mao wrote:
>Several issues I'm running into on my computer, both when it was running
>NT4sp6 and now running on a fresh install of Windows 2000 Server:
>
>The first of which is this
>
>-----------------snip----------------------
>bash-2.03$ cd /
>bash-2.03$ who
>who: /var/run/utmp: Permission denied
>bash-2.03$ users
>users: /var/run/utmp: Permission denied
>bash-2.03$
>-----------------snip----------------------
>
>I did "mkdir /var/run;touch /var/run/utmp". What could be wrong here?
I don't know what's causing this. Sorry.
>Second issue, with a fresh install of the new net release, I can't run
>configure scripts anymore
>
>-----------------snip----------------------
>bash-2.03$ ./configure
>: not found
>: not found
>: not found
>: not found
>: not found
>: not found
>: not found
>: not found
>-----------------snip----------------------
Your configure script has \r\n line endings. setup.exe mounts all of its
directories as "binary".
Either run your configure in a directory mounted using the "-t" option or
make sure that your source files have standard \n line endings.
cgf
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list