Skip to content

#196 automake complains about default dune project

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Nov 7, 2006 11:16
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at Nov 7, 2006 13:43
Closed in version 1.0
Resolution Not a bug
Comment I used autogen.sh incorrectly. The correct usage is

./autogen.sh /home/haile/sander/dune/dune-common/ |

Description

After having created a new project using duneproject I get an error message from automake:

sander@haile:/export/local-1/daten/users/sander/dune_projects/phasefield$ ./autogen.sh --with-dune=/home/haile/sander/dune/dune-common/ --> libtoolize... Remember to add AC_PROG_LIBTOOL' to configure.ac'. You should update your aclocal.m4' by running aclocal. --> aclocal... --> autoheader... --> linking dune-common/am... --> automake... /usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL Makefile.am: C++ source seen but CXX' is undefined Makefile.am: Makefile.am: The usual way to define CXX' is to add AC_PROG_CXX' Makefile.am: to configure.ac' and run autoconf' again. sander@haile:/export/local-1/daten/users/sander/dune_projects/phasefield$

All this happens on an up-to-date etch machine.