Re: how to avoid automake dependency?

2007-10-22 Thread Sam Steingold
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Sam Steingold on 10/22/2007 8:29 AM: I put some gnulib code into my project (in directory gllib) and now I _sometimes_ (usually it works) get this error: /space/sbcl-arch/autobench/+clisp/src/build-aux/missing --run a

Re: Cannot see CFLAGS

2007-10-22 Thread Brian Dessent
Hongliang Wang wrote: > zizzy_LDADD = ../gen/libzizzy.a ../ora/libzizora.a > zizzy_CFLAGS = -Wall -Werror `pkg-config --cflags glib-2.0` > zizzy_LDFLAGS = -ggdb `pkg-config --libs glib-2.0` -lfoo (which is likely the result of `pkg-config --libs ...`) does not go in LDFLAGS. You should put that

Re: how to avoid automake dependency?

2007-10-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Sam Steingold on 10/22/2007 8:29 AM: > I put some gnulib code into my project (in directory gllib) and now I > _sometimes_ (usually it works) get this error: > > /space/sbcl-arch/autobench/+clisp/src/build-aux/missing --run > automake-1.9

Re: Cannot see CFLAGS

2007-10-22 Thread Benoit SIGOURE
On Oct 22, 2007, at 5:07 PM, Hongliang Wang wrote: Hello, all. I built two libraries in two directories (gen and ora) respectively and now are building the executable program in "util" directory linked against the previous libraries. However, errors arise when compling. [EMAIL PROTECTED

Cannot see CFLAGS

2007-10-22 Thread Hongliang Wang
Hello, all. I built two libraries in two directories (gen and ora) respectively and now are building the executable program in "util" directory linked against the previous libraries. However, errors arise when compling. [EMAIL PROTECTED]> make make all-recursive make[1]: Entering directory `/

how to avoid automake dependency?

2007-10-22 Thread Sam Steingold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I put some gnulib code into my project (in directory gllib) and now I _sometimes_ (usually it works) get this error: make -C gllib make[1]: Entering directory `/space/sbcl-arch/autobench/+clisp/src/gllib' cd .. && gmake am--refresh gmake[2]: Entering

RE: Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
Thanks! it works now. > CC: automake@gnu.org> From: [EMAIL PROTECTED]> Subject: Re: Version question > and "No rule to make target" question> Date: Mon, 22 Oct 2007 15:18:19 +0200> > To: [EMAIL PROTECTED]> > On Oct 22, 2007, at 2:57 PM, Hongliang Wang wrote:> > > > [EMAIL PROTECTED]> cd gen

Re: Version question and "No rule to make target" question

2007-10-22 Thread Benoit SIGOURE
On Oct 22, 2007, at 2:57 PM, Hongliang Wang wrote: [EMAIL PROTECTED]> cd gen && make -d [...] Must remake target `zizutil.c'. make: *** No rule to make target `zizutil.c', needed by `zizutil.o'. Stop. [EMAIL PROTECTED]> ls Makefile Makefile.in config.h.in zi

RE: Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
[EMAIL PROTECTED]> pwd /home/jigsaw/dev/jhwgu/src/jz [EMAIL PROTECTED]> ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking f

Re: Version question and "No rule to make target" question

2007-10-22 Thread Benoit SIGOURE
On Oct 22, 2007, at 1:03 PM, Hongliang Wang wrote: Thanks for the reply. CC: automake@gnu.org From: [EMAIL PROTECTED] Subject: Re: Version question and "No rule to make target" question Date: Mon, 22 Oct 2007 10:39:57 +0200 To: [EMAIL PROTECTED] On Oct 22, 2007, at 9:56 AM, Hongliang Wang wro

RE: Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
Thanks for the reply. > CC: automake@gnu.org > From: [EMAIL PROTECTED] > Subject: Re: Version question and "No rule to make target" question > Date: Mon, 22 Oct 2007 10:39:57 +0200 > To: [EMAIL PROTECTED] > > On Oct 22, 2007, at 9:56 AM, Hongliang Wang wrote: > >> [EMAIL PROTECTED]> make >> make

Re: Version question and "No rule to make target" question

2007-10-22 Thread Benoit SIGOURE
On Oct 22, 2007, at 9:56 AM, Hongliang Wang wrote: Hello all, I am new to automake and have been struggling for a while. I have two questions and would appreciate if anyone could help. 1, My automake version is higher than 1.10, could that be possible? It's not, it's an old version, a ver

RE: Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
> From: [EMAIL PROTECTED]> To: automake@gnu.org> Date: Mon, 22 Oct 2007 > 07:56:44 +> Subject: Version question and "No rule to make target" > question> > > Hello all,> > I am new to automake and have been struggling for > a while. I have two questions and would appreciate if anyone could h

Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
Hello all, I am new to automake and have been struggling for a while. I have two questions and would appreciate if anyone could help. 1, My automake version is higher than 1.10, could that be possible? [EMAIL PROTECTED]> automake --versionautomake (GNU automake) 1.6.3Written by Tom Tromey