chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] Re: mingw regex undefined pcre references


From: Brandon Van Every
Subject: [Chicken-hackers] Re: mingw regex undefined pcre references
Date: Fri, 6 Jul 2007 16:41:32 -0400

Same errors in Visual Studio 2005 Express.

regex.obj : error LNK2019: unresolved external symbol
__imp__pcre_fullinfo referenced in function @address@hidden
regex.obj : error LNK2019: unresolved external symbol __imp__pcre_exec
referenced in function @address@hidden
regex.obj : error LNK2019: unresolved external symbol
__imp__pcre_compile referenced in function @address@hidden
regex.obj : error LNK2001: unresolved external symbol __imp__pcre_free
Debug\libchicken-boot.dll : fatal error LNK1120: 4 unresolved externals


On 7/6/07, Brandon Van Every <address@hidden> wrote:
I get these errors in current Darcs head with mingw.  I did not get
them when building the Chicken 2.613 tarball.  Before I try to
diagnose anything, does this ring any bells?

Cheers,
Brandon

C:\devel\mingw\chicken>mingw32-make
[  1%] Built target chicken-boot-c
[  8%] Built target libchicken-boot-c
[ 15%] Built target libpcre-for-shared
Linking C shared library libchicken-boot.dll
Creating library file: libchicken-boot.dll.a
CMakeFiles/libchicken-boot.dir/regex.obj:regex.c:(.text+0x3ae3): undefined refer
ence to `_imp__pcre_free'
CMakeFiles/libchicken-boot.dir/regex.obj:regex.c:(.text+0x3c30): undefined refer
ence to `_imp__pcre_fullinfo'
CMakeFiles/libchicken-boot.dir/regex.obj:regex.c:(.text+0x3c93): undefined refer
ence to `_imp__pcre_exec'
CMakeFiles/libchicken-boot.dir/regex.obj:regex.c:(.text+0x48ac): undefined refer
ence to `_imp__pcre_compile'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [boot/libchicken-boot.dll] Error 1
mingw32-make[1]: *** [boot/CMakeFiles/libchicken-boot.dir/all] Error 2
mingw32-make: *** [all] Error 2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]