
23 Sep
2005
23 Sep
'05
12:24 a.m.
Nicolas Pouillard <ertai@lrde.epita.fr> disait le 09/21/05 :
Akim Demaille wrote:
/usr/local/share/automake-1.9a/am/depend2.am: am__fastdepCXX does not appear inAM_CONDITIONAL src/check/Makefile.am: C++ source seen but `CXX' is undefined src/check/Makefile.am: src/check/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' src/check/Makefile.am: to `configure.ac' and run `autoconf' again. autoreconf: automake failed with exit status: 1
Sorry, I forgot to add AC_PROG_CXX to the configure.ac. I did not check with the lastest autotools.
Pour éviter tous les --with-* tu peux utiliser package-config. pour cela:§
export PKG_CONFIG_PATH=~lrde/usr/stratego/lib/pkgconfig
Actually, it is mandatory. --with-* options do not work anymore.