Bionic Beaver offline need gcc [duplicate]
This question already has an answer here:
How can I install software or packages without Internet (offline)?
24 answers
How can I build a C compiler while offline?
I have downloaded and transfered bison, make, build-utils, and dpkg yet without a gcc in this distro what can I do?
gcc
marked as duplicate by karel, guiverc, Eric Carvalho, N0rbert, Kulfy Dec 26 '18 at 18:00
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How can I install software or packages without Internet (offline)?
24 answers
How can I build a C compiler while offline?
I have downloaded and transfered bison, make, build-utils, and dpkg yet without a gcc in this distro what can I do?
gcc
marked as duplicate by karel, guiverc, Eric Carvalho, N0rbert, Kulfy Dec 26 '18 at 18:00
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How can I install software or packages without Internet (offline)?
24 answers
How can I build a C compiler while offline?
I have downloaded and transfered bison, make, build-utils, and dpkg yet without a gcc in this distro what can I do?
gcc
This question already has an answer here:
How can I install software or packages without Internet (offline)?
24 answers
How can I build a C compiler while offline?
I have downloaded and transfered bison, make, build-utils, and dpkg yet without a gcc in this distro what can I do?
This question already has an answer here:
How can I install software or packages without Internet (offline)?
24 answers
gcc
gcc
asked Dec 25 '18 at 6:30
Jonathan EngwallJonathan Engwall
1
1
marked as duplicate by karel, guiverc, Eric Carvalho, N0rbert, Kulfy Dec 26 '18 at 18:00
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, guiverc, Eric Carvalho, N0rbert, Kulfy Dec 26 '18 at 18:00
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can't build gcc without gcc. The gcc source code is heavily dependent on being compiled by gcc. If you just need a C compiler for small projects, you can transfer a small compiler like tcc, which can compile its own source code. It can't build gcc.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can't build gcc without gcc. The gcc source code is heavily dependent on being compiled by gcc. If you just need a C compiler for small projects, you can transfer a small compiler like tcc, which can compile its own source code. It can't build gcc.
add a comment |
You can't build gcc without gcc. The gcc source code is heavily dependent on being compiled by gcc. If you just need a C compiler for small projects, you can transfer a small compiler like tcc, which can compile its own source code. It can't build gcc.
add a comment |
You can't build gcc without gcc. The gcc source code is heavily dependent on being compiled by gcc. If you just need a C compiler for small projects, you can transfer a small compiler like tcc, which can compile its own source code. It can't build gcc.
You can't build gcc without gcc. The gcc source code is heavily dependent on being compiled by gcc. If you just need a C compiler for small projects, you can transfer a small compiler like tcc, which can compile its own source code. It can't build gcc.
answered Dec 25 '18 at 8:03
ArteliusArtelius
1261
1261
add a comment |
add a comment |