diff options
author | massimo sandal <devicerandom@gmail.com> | 2007-02-05 20:43:03 +0000 |
---|---|---|
committer | massimo sandal <devicerandom@gmail.com> | 2007-02-05 20:43:03 +0000 |
commit | c6f2134db2e14988e8551759c44bab027963b6b6 (patch) | |
tree | 77b650e38efea41e5cff72597fb884b143544379 /Distrib | |
parent | 33b16b077d5192a970970ec4e59287fa825b8ca5 (diff) |
none
Diffstat (limited to 'Distrib')
-rw-r--r-- | Distrib/PackageTroubleshooting.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Distrib/PackageTroubleshooting.mdwn b/Distrib/PackageTroubleshooting.mdwn index d21a6c94..fe8b6df4 100644 --- a/Distrib/PackageTroubleshooting.mdwn +++ b/Distrib/PackageTroubleshooting.mdwn @@ -43,3 +43,10 @@ There are various reasons for this. KeyboardInterrupt it is the random device fault. Follow the [[RandomDevice]] guide. If you already did, try _anyway_ to detach and reattach the translators. + +## <a name="Cannot_compile_even_trivial_C_pr"> Cannot compile even trivial C programs </a> + +Check to have installed the following: + + apt-get install build-essential + apt-get install libc-dev |