[Mapserver-users] compile error 3.4
Mika Larronmaa
mika.larronmaa at gsf.fi
Mon Sep 22 04:24:24 PDT 2003
Hi,
What's wrong? when i trying compile(windows xp pro) version 3.4 i get
following errors.
cd gd-1.2
nmake /f makefile.nt OPTFLAGS="/nologo /Zi"
cl gddemo.obj -o gddemo /link /LIBPATH:. gd.lib
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
/out:gddemo.exe
/out:gddemo.exe
/LIBPATH:.
gd.lib
gddemo.obj
cl giftogd.obj -o giftogd /link /LIBPATH:. gd.lib
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
/out:giftogd.exe
/out:giftogd.exe
/LIBPATH:.
gd.lib
giftogd.obj
cl webgif.obj -o webgif /link /LIBPATH:. gd.lib
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
/out:webgif.exe
/out:webgif.exe
/LIBPATH:.
gd.lib
webgif.obj
cd ..
cl /nologo
/gd-1.2 -DNEED_STRCASECMP -DNEED_STRNCASECMP -DUSE_GD_1_2
/c mapserv.c /Fomapserv.obj
mapserv.c
cl mapserv.obj mapserver.lib gd-1.2/gd.lib
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
/out:mapserv.exe
mapserv.obj
mapserver.lib
gd-1.2/gd.lib
mapserv.obj : error LNK2001: unresolved external symbol _regfree
mapserver.lib(mapfile.obj) : error LNK2001: unresolved external symbol
_regfree
mapserver.lib(mapquery.obj) : error LNK2001: unresolved external symbol
_regfree
mapserver.lib(mapparser.obj) : error LNK2001: unresolved external symbol
_regfree
mapserv.obj : error LNK2001: unresolved external symbol _strncasecmp
mapserv.obj : error LNK2001: unresolved external symbol _regcomp
mapserver.lib(mapfile.obj) : error LNK2001: unresolved external symbol
_regcomp
mapserver.lib(mapquery.obj) : error LNK2001: unresolved external symbol
_regcomp
mapserver.lib(mapparser.obj) : error LNK2001: unresolved external symbol
_regcomp
mapserv.obj : error LNK2001: unresolved external symbol _strcasecmp
mapserver.lib(mapfile.obj) : error LNK2001: unresolved external symbol
_strcasecmp
mapserver.lib(maputil.obj) : error LNK2001: unresolved external symbol
_strcasecmp
mapserver.lib(mapparser.obj) : error LNK2001: unresolved external symbol
_regexec
mapserv.obj : error LNK2001: unresolved external symbol _regexec
mapserver.lib(mapfile.obj) : error LNK2001: unresolved external symbol
_regexec
mapserver.lib(mapquery.obj) : error LNK2001: unresolved external symbol
_regexec
mapserver.lib(maputil.obj) : error LNK2001: unresolved external symbol
_regexec
mapserv.exe : fatal error LNK1120: 5 unresolved externals
More information about the MapServer-users
mailing list