Hello!
On Thu, Oct 26, 2006 at 06:44:02PM +0300, Constantine Kousoulos wrote:
> Constantine Kousoulos wrote:
> >After the upgrade to automake1.9 the problem persists.
>
> When i wiped my build directory and reconfigured, the problem
> remained the same.
>
> What was actually needed was a 'autor
Constantine Kousoulos wrote:
After the upgrade to automake1.9 the problem persists.
When i wiped my build directory and reconfigured, the problem
remained the same.
What was actually needed was a 'autoreconf -vfi' to get things
working. After that, 'configure' and 'make' proceeded without
On Thu, Oct 26, 2006 at 03:17:18PM +0300, Constantine Kousoulos wrote:
> Guillem Jover wrote:
> >If running unstable, the package automake was just uploaded, which
> >contains version 1.10.
> >
>
> I don't see it here
> http://packages.debian.org/cgi-bin/search_packages.pl?keywords=automake&search
Thomas Schwinge wrote:
[Back on the list.]
Hello!
$ automake --version
automake (GNU automake) 1.4-p6
$ autoconf --version
autoconf (GNU Autoconf) 2.60a
The ancient version of Automake is very likely the problem. How do you
happen to have such an old version of Automake installed, but
On Thu, 2006-10-26 at 00:24:09 +0200, Thomas Schwinge wrote:
> [Back on the list.]
> > >$ automake --version
> > automake (GNU automake) 1.4-p6
> >
> > >$ autoconf --version
> > autoconf (GNU Autoconf) 2.60a
>
> The ancient version of Automake is very likely the problem. How do you
> happen to h
[Back on the list.]
Hello!
> >$ automake --version
> automake (GNU automake) 1.4-p6
>
> >$ autoconf --version
> autoconf (GNU Autoconf) 2.60a
The ancient version of Automake is very likely the problem. How do you
happen to have such an old version of Automake installed, but nearly the
freshes
Thomas Schwinge wrote:
However difficult the previous build system was, i have managed to
compile some of the linux-2.6 kernel drivers by using it.
This is great news! Did you ``only'' get them to compile or do they
actually work?
Currently i am at the compile-only stage. I have narrowed do
Hello!
On Wed, Oct 25, 2006 at 09:27:04PM +0300, Constantine Kousoulos wrote:
> First of all, many congrats to Thomas Schwinge for his effort to
> automake'fy GNU Mach.
Thanks! :-)
> However difficult the previous build system was, i have managed to
> compile some of the linux-2.6 kernel drive