I need to compile plugins for nuke. Im using centos 6.4 with gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC). On my binary folder I only have gcc and g++. I cant put a different version at the makefile. And Nuke its compiled with 4.1.
I'm not an expert in linux neither GNU, but I had the idea, once you have the newer you can tell g++ to compile the project with a different version. Something like: MYCXX ?= g++-4.1 LINK ?= g++-4.1