[Mapserver-dev] cvs compile error

Daniel Morissette dmorissette at dmsolutions.ca
Sun Sep 26 09:00:08 EDT 2004


Kralidis,Tom [Burlington] wrote:
> 
> I still get error, when changing in Makefile as per below:
> 
> ICONV=
> 
> ..as well as commenting out the declaration altogether.
> 
...
...
> ./libmap.a(mapgd.o)(.text+0x9edd): In function `msGetEncodedString':
> : undefined reference to `libiconv_open'

Tom,

Did you do a 'make clean' after editing the Makefile? The iconv code in 
msGetEncodedString() is inside #ifdef USE_ICONV, so if you really 
removed the -DUSE_ICONV then it should not be compiled in.

I'll see if I can reproduce the orginal issue at this end, we probably 
need to tune the configure detection of libiconv to handle something 
specific to your system configuration. If I can't reproduce the problem 
then I may need you to create a bug and attach your configure options 
and configure output.

Daniel
-- 
------------------------------------------------------------
  Daniel Morissette               dmorissette at dmsolutions.ca
  DM Solutions Group              http://www.dmsolutions.ca/
------------------------------------------------------------



More information about the mapserver-dev mailing list