= !RedHat 8 Install Issues & Resolutions = (also see [wiki:PerlMapScriptPerl5.8]) Option 1 {{{ perl Makefile.PL make (take) the last line that (runs) cc - copy and paste it back onto the command line, and then edit the 'cc' to be 'c++' and then run it. }}} Option 2 {{{ add -lstdc++ to your linked libs list }}} ---- back to PerlMapScript