Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Landslyde on March 02, 2018, 06:07:17 pm

Title: gcc-7/g++-7
Post by: Landslyde 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?

Title: Re: gcc-7/g++-7
Post by: oBFusCATed 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 :)
Title: Re: gcc-7/g++-7
Post by: Landslyde 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