But as you can see on the 7th line of the autogen.sh log, probably due to the fact that all this is mounted, m4 called by aclocal throws an error about "no space left on device".
Does anyone know how to get round this problem ? Thanks !
QUOTE
$ ./autogen.sh
Generating build information using aclocal, automake and autoconf
This may take a while ...
acinclude.m4:5: warning: underquoted definition of COPY_ARCH_SRC
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automak...nding%20aclocal
acinclude.m4:34: warning: underquoted definition of AM_PATH_ESD
configure.in:49: /mnt/dev/bin/m4: ERROR: Copying inserted file: No space left on device
autom4te: /mnt/dev/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
src/Makefile.am:19: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:19:
src/Makefile.am:19: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:19: to `configure.in' and run `aclocal' and `autoconf' again.
/home/zaurus/automake/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/home/zaurus/automake/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
...
...
...
Generating build information using aclocal, automake and autoconf
This may take a while ...
acinclude.m4:5: warning: underquoted definition of COPY_ARCH_SRC
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automak...nding%20aclocal
acinclude.m4:34: warning: underquoted definition of AM_PATH_ESD
configure.in:49: /mnt/dev/bin/m4: ERROR: Copying inserted file: No space left on device
autom4te: /mnt/dev/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
src/Makefile.am:19: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:19:
src/Makefile.am:19: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:19: to `configure.in' and run `aclocal' and `autoconf' again.
/home/zaurus/automake/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/home/zaurus/automake/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
...
...
...
By the way, the 49th line of the configure.in file is :
QUOTE
AM_PROG_LIBTOOL