Author Topic: gcc-7/g++-7  (Read 2479 times)

Landslyde

  • Guest
gcc-7/g++-7
« on: March 02, 2018, 06:07:17 pm »
Linux Mint 18.3 uses gcc-5.4.0/g++-5.4.0. I just installed gcc-7.1/g++-7.1.

What do I change in CodeBlocks to make CB use v7.1 instead of the system default 5.4.0?

Are these the only changes I need to make?

« Last Edit: March 02, 2018, 07:37:28 pm by Landslyde »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: gcc-7/g++-7
« Reply #1 on: March 02, 2018, 07:39:36 pm »
Yes, these are the two changes.
Only you should hope that Mint devs have handled the libstdc++ problem correctly...
But this won't be a problem of C::B :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Landslyde

  • Guest
Re: gcc-7/g++-7
« Reply #2 on: March 02, 2018, 07:54:39 pm »
Code compiles and executes under these settings. Nothing seems "broken". So I'll take this as a good sign  :D