Hi, seems like I got the link order wrong again. Could you try the following command line to link the code:
g++ -g -pthread -O2 -Wall -I. -I/usr/local/include fz_sc.o flatzinc/bool_search.o flatzinc/int_search.o flatzinc/print.o flatzinc/search.o -L/usr/local/lib -lgecodeflatzinc -lgecodegist -lgecodedriver -lgecodesearch -lgecodeminimodel -lgecodeset -lgecodeint -lgecodekernel -lgecodesupport -o fz_sc Cheers, Guido On 28/09/2012, at 5:39 PM, Andrea Pretto <[email protected]> wrote: > Gecode release-2.7.3 installed from sources downloaded from svn. > The in searchcombinators I changed the Makefile this way: > > PLATFORM=linux > GECODEDIR=/usr/local > ... > > Make fails in linking: > > $ make > g++ -g -pthread -O2 -Wall -I. -I/usr/local/include -L/usr/local/lib > -lgecodeflatzinc -lgecodegist -lgecodedriver -lgecodesearch > -lgecodeminimodel -lgecodeset -lgecodeint -lgecodekernel > -lgecodesupport fz_sc.o flatzinc/bool_search.o flatzinc/int_search.o > flatzinc/print.o flatzinc/search.o -o fz_sc > .. > errors posted before > .. > > Hope it can help. > > Cheers. _______________________________________________ Gecode users mailing list [email protected] https://www.gecode.org/mailman/listinfo/gecode-users
