Hi everybody,

I encountered an installation problem with the following configure setup:


./configure --enable-static --disable-shared --disable-int-vars --disable-driver --disable-flatzinc --disable-examples --disable-scheduling --disable-qt --disable-graph --prefix=/tmp/install;


so stripped away almost the whole package and build static libs.

Compilation works fine, only installation into the target directory fails with:

#############################################
[...]

for_exetargets="tools/flatzinc/fz" && \
  for f in $for_exetargets; do \
    cp $f /tmp/install/bin; done
cp: cannot stat `tools/flatzinc/fz': No such file or directory
make[1]: *** [doinstalllib] Error 1
make[1]: Leaving directory `/tmp/gecode-3.5.0'
make: *** [installlib] Error 2
#############################################

seems to be some issue with the Makefile.am or configure.ac.

So long,
Martin



--
Martin Mann, Dipl. Bioinf.
Bioinformatics - Inst. of Computer Science
Albert-Ludwigs-University Freiburg
Tel: ++49-761-203-8259
Fax: ++49-761-203-7462
http://www.bioinf.uni-freiburg.de/~mmann/

_______________________________________________
Gecode users mailing list
[email protected]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to