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;









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!










share|improve this question

























  • 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/… Provides gcc48, g++48

    – Knud Larsen
    Sep 25 at 20:04


















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!










share|improve this question

























  • 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/… Provides gcc48, g++48

    – Knud Larsen
    Sep 25 at 20:04














0













0









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!










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 25 at 19:47









Subha sanketaSubha sanketa

1




1















  • 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/… Provides gcc48, 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











  • 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

















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











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
);



);














draft saved

draft discarded
















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
















draft saved

draft discarded















































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.




draft saved


draft discarded














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





















































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









Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?