Crostini: add gcc/g++ or LLVM compiler |
|||
Issue descriptionChrome Version: 71.0.3578.85 (Official Build) beta (64-bit) OS: ChromeOS, Pixelbook What steps will reproduce the problem? $ gcc -bash: gcc: command not found $ cc -bash: cc: command not found What is the expected result? gcc or cc should load up, at least one compiler should be part of the distribution What happens instead? gcc or cc is not found, note that if this is going to be a forward looking platform we should prefer LLVM
,
Jan 11
This is working as intended. The default container is intentionally minimal though we intend to make alternatives available that will have reasonable default packages installed. You can fairly easily install gcc with `sudo apt install gcc`.
,
Jan 11
|
|||
►
Sign in to add a comment |
|||
Comment 1 by vapier@chromium.org
, Jan 10