[mapserver-users] error building mapserver 3.6.3 on OS X 10.2

Daniel Morissette morissette at dmsolutions.ca
Thu Oct 10 10:47:42 EDT 2002


Puneet Kishor wrote:
> 
> by Sean Gillies...
> 
> > 2) The error
> >
> >    undefined reference to `__gxx_personality_v0'
> >
> >    tells you that you need to link shp2img using
> >    g++ rather than gcc because one of your libraries
> >    has C++ code.
> >
> > If you're not using gcc 3.x, please disregard my
> > suggestions.
> 
> looking at my errors below, this seems to be a similar problem. I _am_
> using gcc 3.1. I have no way of reverting back to an earlier gcc
> version. Is this a known problem? Is there a workaround?
> 

Known problem?  Yes, you're not the first one to run into this.

Workaround?  Unfortunately there is no fix for this yet in the mapserver
distribution. Did you try Sean's suggestion?  It would involve editing
the Makefile to use 'g++' instead of $(CC) as the name of the command to
use for the mapserv: target.

-- 
------------------------------------------------------------
 Daniel Morissette               morissette at dmsolutions.ca
 DM Solutions Group              http://www.dmsolutions.ca/
------------------------------------------------------------
  Don't put for tomorrow what you can do today, because if 
      you enjoy it today you can do it again tomorrow.



More information about the mapserver-users mailing list