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
da1625cf
Commit
da1625cf
authored
Dec 17, 2004
by
simonmar
Browse files
[project @ 2004-12-17 15:26:07 by simonmar]
Add entry about Ctrl-C on Windows
parent
0dacf415
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/docs/users_guide/faq.xml
View file @
da1625cf
...
...
@@ -37,8 +37,7 @@
machine and compile them with
<literal>
gcc
</literal>
to get a
working GHC, and go from there.
</para>
<para>
The
<ulink
url=
"http://www.haskell.org/ghc/latest/building/building-guide.html"
>
Building
<para>
The
<ulink
url=
"http://www.haskell.org/ghc/latest/building/building-guide.html"
>
Building
Guide
</ulink>
has all the details on how to bootstrap GHC on a
new platform.
</para>
...
...
@@ -95,8 +94,7 @@
<term>
I can't get string gaps to work
</term>
<listitem>
<para>
If you're also using CPP, beware of the known pitfall
with string gaps mentioned in
<xref
linkend=
"cpp-string-gaps"
/>
.
</para>
with string gaps mentioned in
<xref
linkend=
"cpp-string-gaps"
/>
.
</para>
</listitem>
</varlistentry>
...
...
@@ -457,6 +455,16 @@ details.</para>
Instructions for GHC 6.2.2. are
<ulink
url=
"http://www.haskell.org/pipermail/glasgow-haskell-users/2004-November/007370.html"
>
here
</ulink>
.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
Ctrl-C doesn't work on Windows
</term>
<listitem>
<para>
When running GHC under a Cygwin shell on Windows, Ctrl-C
sometimes doesn't work. The workaround is to use Ctrl-Break
instead.
</para>
<listitem>
<varlistentry>
</variablelist>
</chapter>
...
...
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