Skip to content

How to compile cslim on Windows OS

hansen7799 edited this page Sep 13, 2010 · 1 revision

Hi

I am trying to compile cslim on Windows OS with MinGW installed. I make a modification on the MakeFile as follows:

SRC_DIRS = \
src/ComWin32\
src/CSlim\

Then, the compile is ok and the libCSlim.a is created successfully. but on building the CSlim_cslim, it show something like:

fixtures/ScriptTableExample.o:ScriptTableExample.c:(.text+0xc3): ‘StatementExecutor_RegisterFixture’ undefined reference

what should I do to fix it?

Clone this wiki locally