Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
3b2322d6
Commit
3b2322d6
authored
Apr 10, 2003
by
simonpj
Browse files
[project @ 2003-04-10 08:09:51 by simonpj]
Two win32 wibbles
parent
d8454be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/building/building.sgml
View file @
3b2322d6
...
@@ -258,6 +258,16 @@
...
@@ -258,6 +258,16 @@
from
the
access
control
list
.
Don
't leave them there but
from
the
access
control
list
.
Don
't leave them there but
deny them access, because '
they
' may be a list that
deny them access, because '
they
' may be a list that
includes you!</para>
includes you!</para>
<para>[March 2003] In fact <command>ssh</command> 3.6.1 now seems to <emphasis>require</emphasis>
you to have Unix permissions 600 (read/write for owner only)
on the <literal>.ssh/identity</literal> file, else it
bombs out. For your local C drive, it seems that <literal>chmod 600 identity</literal> works,
but on Windows NT/XP, it doesn'
t
work
on
a
network
drive
(
exact
dteails
obscure
).
The
solution
seems
to
be
to
set
the
CYGWIN
environment
variable
to
"<literal>ntsec neta</literal>"
.
The
CYGWIN
environment
variable
is
discussed
in
<
ulink
url
=
"http://cygwin.com/cygwin-ug-net/using-cygwinenv.html"
>
the
Cygwin
User
's Guide</ulink>,
and there are more details in <ulink url="http://cygwin.com/faq/faq_4.html#SEC44">the Cygwin FAQ</ulink>.
</para>
</listitem>
</listitem>
<listitem>
<listitem>
...
@@ -4197,9 +4207,13 @@ but you do need it to <emphasis>build</emphasis> GHC.</para>
...
@@ -4197,9 +4207,13 @@ but you do need it to <emphasis>build</emphasis> GHC.</para>
<
para
>
Install
Cygwin
from
<
ulink
url
=
"http://www.cygwin.com/"
>
http
://
www
.
cygwin
.
com
/</
ulink
>.
<
para
>
Install
Cygwin
from
<
ulink
url
=
"http://www.cygwin.com/"
>
http
://
www
.
cygwin
.
com
/</
ulink
>.
The
installation
process
is
straightforward
;
we
install
it
in
<
Filename
>
c
:/
cygwin
</
Filename
>.
The
installation
process
is
straightforward
;
we
install
it
in
<
Filename
>
c
:/
cygwin
</
Filename
>.
Both
<
command
>
cvs
</
command
>
and
<
command
>
ssh
</
command
>
During
the
installation
dialogue
,
make
sure
that
you
select
:
come
with
Cygwin
,
but
you
'll need them, so make sure you select them when running
<
command
>
cvs
</
command
>,
<
command
>
openssh
</
command
>,
the Cygwin installer.
<
command
>
autoconf
</
command
>,
<
command
>
binutils
</
command
>
(
includes
ld
and
(
I
think
)
ar
),
<
command
>
gcc
</
command
>,
<
command
>
flex
</
command
>,
<
command
>
make
</
command
>.
</
para
>
</
para
>
<
para
>
Now
set
the
following
user
environment
variables
:
<
para
>
Now
set
the
following
user
environment
variables
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment