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: Net Release and/or snapshot bug?


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


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