diff options
-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 |