[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libredwg] first time build... error :(
From: |
Thien-Thi Nguyen |
Subject: |
Re: [libredwg] first time build... error :( |
Date: |
Thu, 18 Aug 2011 14:03:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
() Mauricio Barahona Irizarri <address@hidden>
() Thu, 18 Aug 2011 03:06:22 -0400
"+ autoreconf --install --symlink -I m4
autom4te: cannot create autom4te.cache: No existe el fichero o el directorio
aclocal: /usr/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1"
i.e. says that the file or directory doesn't exists.
Perhaps your computer doesn't have installed some of the tools
that autoreconf calls. (Or maybe they are not recent enough.)
If you invoke the script with ‘--verbose’, e.g.:
$ sh autogen.sh --verbose
and post the output, that would help further diagnosis.