What version of gcc should i install on ubuntu 19.4 and how?How to install gcc-4.4.6?Can't install gcc 4.8, dependency issuesproblem installing an older version of gccHow do you fix a gcc compile 127 error? sudo apt-get install g++ doesn't workMultiple GCC version problemInstall gcc 4.4.7 on Ubuntu 18.04Command 'gcc' not found, but can be installed with.. ubuntu 18.04
Can one get into trouble if one doesn't show up at the gate 30 minutes before departure (or whatever time window the boarding pass is indicating)?
Decode the Dreaded Alphabet Cypher™️
How to verify if router firmware is legitimate
60's or older story about two kinds of mutant telepaths
packet routing between subnets on same vlan
How to move directory into a directory with the same name?
Why does California spend so much on healthcare?
Does TSA Precheck work when US citizens are exiting the US on a registered foreign passport?
OOP design for multiple user authentication
Is it acceptable to say that a divergent series that tends to infinity is 'equal to' infinity?
What version of Windows can I install on a 2009 MacBook Pro?
Is it a complete sentence: "Caution murmured: it could be a trick, a lure, a trap."?
Car manual recommends ACEA A3/B4 oil, service personal put ACEA A3/B3. Is this a big deal? Will the car break down?
What is the meaning of "wiped my face with a planet"?
When is TeX better than LaTeX?
what are these letters in unicode?
What are the ways my non-monk character can improve their unarmed damage?
Find the length of a number's "base-jumping" path
Is Communism intrinsically Authoritarian?
Daily scratch org signup limit reached - Workaround or extension possible?
How do pilots avoid thunderstorms at night over the pacific en route to Australia where there is no radar? And what if a large front develops?
Was refused in UK, should I replace my passport?
What is the name of the set defined by nonnegative linear combinations of a set of vectors?
Is there any specific reason why Delta Air Lines doesn't have a callsign that doesn't conflict with the NATO Phonetic Alphabet?
What version of gcc should i install on ubuntu 19.4 and how?
How to install gcc-4.4.6?Can't install gcc 4.8, dependency issuesproblem installing an older version of gccHow do you fix a gcc compile 127 error? sudo apt-get install g++ doesn't workMultiple GCC version problemInstall gcc 4.4.7 on Ubuntu 18.04Command 'gcc' not found, but can be installed with.. ubuntu 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
So i tried installing gcc 4.8 on Ubuntu 19.4 but i keep getting errors. I figured it must be happening because Ubuntu 19.4 does not support gcc 4.8. The error says that the package might be obsolete.
What do i do?
Please help!
networking gcc ns2
add a comment
|
So i tried installing gcc 4.8 on Ubuntu 19.4 but i keep getting errors. I figured it must be happening because Ubuntu 19.4 does not support gcc 4.8. The error says that the package might be obsolete.
What do i do?
Please help!
networking gcc ns2
Ubuntu should ship withgcc
as it is required for sevearl packages.
– j-money
Sep 25 at 19:48
The build-essential package should install whatever you need. You might require additional packages for particular requirements.
– Doug Smythies
Sep 25 at 19:53
ns2 requires a nonPIE gcc/g++, version 5.4 or earlier. Of course gcc/g++ - 4.8 can be installed to 19.04 . Either from the 18.04 repo. Or usegcc48-c++_4.8.4-2ubuntu14_amd64.deb
drive.google.com/drive/folders/… Providesgcc48, g++48
– Knud Larsen
Sep 25 at 20:04
add a comment
|
So i tried installing gcc 4.8 on Ubuntu 19.4 but i keep getting errors. I figured it must be happening because Ubuntu 19.4 does not support gcc 4.8. The error says that the package might be obsolete.
What do i do?
Please help!
networking gcc ns2
So i tried installing gcc 4.8 on Ubuntu 19.4 but i keep getting errors. I figured it must be happening because Ubuntu 19.4 does not support gcc 4.8. The error says that the package might be obsolete.
What do i do?
Please help!
networking gcc ns2
networking gcc ns2
asked Sep 25 at 19:47
Subha sanketaSubha sanketa
1
1
Ubuntu should ship withgcc
as it is required for sevearl packages.
– j-money
Sep 25 at 19:48
The build-essential package should install whatever you need. You might require additional packages for particular requirements.
– Doug Smythies
Sep 25 at 19:53
ns2 requires a nonPIE gcc/g++, version 5.4 or earlier. Of course gcc/g++ - 4.8 can be installed to 19.04 . Either from the 18.04 repo. Or usegcc48-c++_4.8.4-2ubuntu14_amd64.deb
drive.google.com/drive/folders/… Providesgcc48, g++48
– Knud Larsen
Sep 25 at 20:04
add a comment
|
Ubuntu should ship withgcc
as it is required for sevearl packages.
– j-money
Sep 25 at 19:48
The build-essential package should install whatever you need. You might require additional packages for particular requirements.
– Doug Smythies
Sep 25 at 19:53
ns2 requires a nonPIE gcc/g++, version 5.4 or earlier. Of course gcc/g++ - 4.8 can be installed to 19.04 . Either from the 18.04 repo. Or usegcc48-c++_4.8.4-2ubuntu14_amd64.deb
drive.google.com/drive/folders/… Providesgcc48, g++48
– Knud Larsen
Sep 25 at 20:04
Ubuntu should ship with
gcc
as it is required for sevearl packages.– j-money
Sep 25 at 19:48
Ubuntu should ship with
gcc
as it is required for sevearl packages.– j-money
Sep 25 at 19:48
The build-essential package should install whatever you need. You might require additional packages for particular requirements.
– Doug Smythies
Sep 25 at 19:53
The build-essential package should install whatever you need. You might require additional packages for particular requirements.
– Doug Smythies
Sep 25 at 19:53
ns2 requires a nonPIE gcc/g++, version 5.4 or earlier. Of course gcc/g++ - 4.8 can be installed to 19.04 . Either from the 18.04 repo. Or use
gcc48-c++_4.8.4-2ubuntu14_amd64.deb
drive.google.com/drive/folders/… Provides gcc48, g++48
– Knud Larsen
Sep 25 at 20:04
ns2 requires a nonPIE gcc/g++, version 5.4 or earlier. Of course gcc/g++ - 4.8 can be installed to 19.04 . Either from the 18.04 repo. Or use
gcc48-c++_4.8.4-2ubuntu14_amd64.deb
drive.google.com/drive/folders/… Provides gcc48, g++48
– Knud Larsen
Sep 25 at 20:04
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1176668%2fwhat-version-of-gcc-should-i-install-on-ubuntu-19-4-and-how%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1176668%2fwhat-version-of-gcc-should-i-install-on-ubuntu-19-4-and-how%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Ubuntu should ship with
gcc
as it is required for sevearl packages.– j-money
Sep 25 at 19:48
The build-essential package should install whatever you need. You might require additional packages for particular requirements.
– Doug Smythies
Sep 25 at 19:53
ns2 requires a nonPIE gcc/g++, version 5.4 or earlier. Of course gcc/g++ - 4.8 can be installed to 19.04 . Either from the 18.04 repo. Or use
gcc48-c++_4.8.4-2ubuntu14_amd64.deb
drive.google.com/drive/folders/… Providesgcc48, g++48
– Knud Larsen
Sep 25 at 20:04