10 failures in recent automake checkout testsuite under Solaris 9

2006-06-08 Thread Ralf Menzel
Hello, I ran the automake testsuite for a recent automake cvs checkout under Solaris 9. This gave me: --- snip --- = 10 of 491 tests failed (101 tests were not run) Please report to bug-automake@gnu.org = --- snip -- The 10

Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Stepan Kasal
Hello, On Thu, Jun 08, 2006 at 05:25:47PM +0200, Jérôme Pouiller wrote: > One last question : In Makefile of linux kernel, HOSTCC is used to name > compiler for the build platform, no? yes, when they say ``host program'', they mean ``binary for the system where the kernel build runs.'' The bui

Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Jérôme Pouiller
Le Jeudi 8 Juin 2006 16:05, Stepan Kasal a écrit : > Hello, > > On Thu, Jun 08, 2006 at 10:58:20AM +0200, Jezz wrote: > > Hmm... You should use "BUILD" when you use triplet > > build/host/target (for exemple, when you compile a compiler). > > well, if you are not building a compiler, the target pat

Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Stepan Kasal
Hello, On Thu, Jun 08, 2006 at 10:58:20AM +0200, Jezz wrote: > Hmm... You should use "BUILD" when you use triplet build/host/target > (for exemple, when you compile a compiler). well, if you are not building a compiler, the target patform is not relevant, but the previous two still apply: - the

Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Jezz
Le Jeudi 8 Juin 2006 10:02, Ralf Wildenhues a écrit : > Hi Jérôme, > > * Jérôme Pouiller wrote on Tue, Jun 06, 2006 at 06:52:50PM CEST: > > I have made research in automake documentation/ML, but, I have not > > found any solution to compile binary for local host (used, for > > exemple, to build som

Re: Dependencies in BUILT_SOURCES

2006-06-08 Thread Jérôme Pouiller
Le Jeudi 8 Juin 2006 09:55, Ralf Wildenhues a écrit : > Hi Jérôme, > > Thanks for reporting this. > > * Jérôme Pouiller wrote on Tue, Jun 06, 2006 at 06:10:43PM CEST: > > This is not really a bug, but a lack of documentation. > > > > BUILT_SOURCES = templates.h data.h > > > > But my binary which ma

Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Ralf Wildenhues
Hi Jérôme, * Jérôme Pouiller wrote on Tue, Jun 06, 2006 at 06:52:50PM CEST: > > I have made research in automake documentation/ML, but, I have not found > any solution to compile binary for local host (used, for exemple, to > build some headers) in a project configured for cross compilation. >

Re: Dependencies in BUILT_SOURCES

2006-06-08 Thread Ralf Wildenhues
Hi Jérôme, Thanks for reporting this. * Jérôme Pouiller wrote on Tue, Jun 06, 2006 at 06:10:43PM CEST: > > This is not really a bug, but a lack of documentation. > > BUILT_SOURCES = templates.h data.h > > But my binary which make templates.h depend of data.h. > So Automake cannot detect correc