[MonetDB-users] pcre.lib vs. pcred.lib

Hi, I have built PCRE on windows with CMAKE as instructed by your documentation. Installing PCRE as instructed results in a "pcred.lib" file in the lib directory, and no "pcre.lib" file. When I try to build the MonetDB5 module, I get an linker error that pcre.lib wasn't found (even though I pointed the nmake command to pcred.lib with the LIB_PCRE flag). Why is it looking for pcre.lib if I defined pcred.lib in LIB_PCRE? What do I need to do to get PCRE and Monet work together on Windows? Please help me out. Thanks. (I used pcre 7.8 and CMAKE 2.6) -- View this message in context: http://www.nabble.com/pcre.lib-vs.-pcred.lib-tp24461629p24461629.html Sent from the monetdb-users mailing list archive at Nabble.com.

Alex Bo. wrote:
Hi,
I have built PCRE on windows with CMAKE as instructed by your documentation. Installing PCRE as instructed results in a "pcred.lib" file in the lib directory, and no "pcre.lib" file.
This probably means that you built the debug version of PCRE. Try building the release version.
When I try to build the MonetDB5 module, I get an linker error that pcre.lib wasn't found (even though I pointed the nmake command to pcred.lib with the LIB_PCRE flag).
Why is it looking for pcre.lib if I defined pcred.lib in LIB_PCRE? What do I need to do to get PCRE and Monet work together on Windows?
The value that is used comes from MonetDB\NT\winrules.msc.
Please help me out. Thanks.
(I used pcre 7.8 and CMAKE 2.6)
-- Sjoerd Mullender
participants (2)
-
Alex Bo.
-
Sjoerd Mullender