instead of the hard coded `$CC = 'g++ -fpermissive -O';` use the OPTIMIZE key and the `CCFLAGS => "$Config::Config{ccflags} -fpermissive"` This might remove the necessity of setting the `CC` key and remove the config_vars call.
instead of the hard coded
$CC = 'g++ -fpermissive -O';use the OPTIMIZE key and the
CCFLAGS => "$Config::Config{ccflags} -fpermissive"This might remove the necessity of setting the
CCkey and remove the config_vars call.