[mapserver-users] Compile problems

Sean Gillies snchrstnglls at yahoo.com
Tue Oct 1 13:16:01 EDT 2002


I'm not sure about all your errors, but I recognize
two of them.  You do not say so, but it looks to me
like you might be trying to compile mapserver using
gcc 3.x.  I've never seen the errors you report 
when building with gcc 2.9.x.

1) Remove /usr/local/include from your INCLUDE_DIRS
   so that gcc doesn't complain about it.
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.

Hope that this helps,
Sean

--- Tom Myny <tom at internetgids.be> wrote:
> Hi,
> 
> When i try to compile mapserver1.6.1 with command
> rule:
> 
> ./configure --with-php=../php-4.2.3
> 
>  i got:
> 
[snipped errors]

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com



More information about the mapserver-users mailing list