[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin
From: |
Roman Belenov |
Subject: |
Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin |
Date: |
Wed, 04 Dec 2002 10:39:25 +0300 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-msvc-nt5.1.2600) |
"Eli Zaretskii" <address@hidden> writes:
> Really? I already asked someone in this thread about this: does
> Cygwin GCC really produce foo.exe programs that aren't
> world-executable? That person checked and came back saying that chmod
> wasn't necessary.
I learned more about the situation. Actually, cygwin has a concept of
umask, so that permissions of created files depend on user's
settings. On my system umask was 0, so that produced executables were
world-executable, but this can be easily changed.
> Let me understand this: are you saying that if a user Bob builds
> hello.exe with the Cygwin port of GCC and installs it in a public
> directory, then a user Alice on the same machine cannot run this
> hello.exe? I'd be surprised if this was the case, as it would confuse
> every Windows user out there.
I user Bob had "umask 700" in his ~/.profile, it would be the case.
--
With regards, Roman.
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Stefan Monnier, 2002/12/02
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Joe Buehler, 2002/12/03
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Joe Buehler, 2002/12/03
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Eli Zaretskii, 2002/12/03
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin,
Roman Belenov <=
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Kim F. Storm, 2002/12/03
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Richard Stallman, 2002/12/04
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Richard Stallman, 2002/12/04
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Eli Zaretskii, 2002/12/04
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Joe Buehler, 2002/12/04
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Eli Zaretskii, 2002/12/05
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Richard Stallman, 2002/12/06
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Eli Zaretskii, 2002/12/07
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Richard Stallman, 2002/12/08
- Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin, Eli Zaretskii, 2002/12/09