Re: transition to automake'fied GNU Mach

2006-11-05 Thread Thomas Schwinge
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

Re: transition to automake'fied GNU Mach

2006-10-26 Thread Constantine Kousoulos
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

Re: transition to automake'fied GNU Mach

2006-10-26 Thread Michael Banck
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

Re: transition to automake'fied GNU Mach

2006-10-26 Thread Constantine Kousoulos
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

Re: transition to automake'fied GNU Mach

2006-10-25 Thread Guillem Jover
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

Re: transition to automake'fied GNU Mach

2006-10-25 Thread Thomas Schwinge
[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

Re: transition to automake'fied GNU Mach

2006-10-25 Thread Constantine Kousoulos
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

Re: transition to automake'fied GNU Mach

2006-10-25 Thread Thomas Schwinge
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