[gecode-users] building 1.2.2 on WinXP with Visual C++ 2005 Express

Jorge Marques Pelizzoni jpeliz at icmc.usp.br
Wed Sep 13 23:15:09 CEST 2006


Hi, all!

This is the first time I've tried to build gecode. My set-up: gecode
version 1.2.2 on WinXP with cygwin and Visual C++ 2005 Express. When
making it, I receive the following msg:

<some successful cl commands and then:>

cl -DNDEBUG -nologo -EHsc -Ox -fp:fast -LD gecode/int/int-set.obj
gecode/int/var /imp.obj gecode/int/var/int.obj gecode/int/view/print.obj
gecode/int/array.obj gecode/int/bool.obj gecode/int/regular/reg.obj
gecode/int/regular/dfa.obj gecode/int/regular.obj gecode/int/dom.obj
gecode/int/rel.obj gecode/int/element.obj gecode/int/count.obj
gecode/int/arithmetic.obj gecode/int/linear/post.obj gecode/int/linear.obj
gecode/int/branch.obj gecode/int/branch/assign.obj gecode/int/distinct.obj
gecode/int/cumulatives.obj gecode/int/sortedness.obj gecode/int/gcc.obj
gecode/int/channel.obj \
         GecodeKernel.lib \
        -FeGecodeInt.dll
LINK : fatal error LNK1104: cannot open file 'libcp.lib'
c:\Program Files\NextGeneration\make.exe: *** [GecodeInt.dll] Error 2

What I find curious is that I couldn't spot a reference to a cp library
either in the output or in the Makefile...

Thanks in advance for any pointers. Cheers,

Jorge.





More information about the gecode-users mailing list