forked from MapServer/MapServer
-
Notifications
You must be signed in to change notification settings - Fork 2
PerlRH8
Thomas Bonfort edited this page Apr 6, 2012
·
2 revisions
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 PerlMapScrip