Re: Cannot see CFLAGS

2007-10-23 Thread Benoit SIGOURE
On Oct 23, 2007, at 9:14 AM, Hongliang Wang wrote: From: [EMAIL PROTECTED]: 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 resu

RE: Cannot see CFLAGS

2007-10-23 Thread Hongliang Wang
> Date: Mon, 22 Oct 2007 16:00:58 -0700 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: automake@gnu.org > Subject: Re: Cannot see CFLAGS > > Hongliang Wang wrote: > >> zizzy_LDADD = ../gen/libzizzy.a ../ora/libzizora.a >> zizzy_CFLAGS = -Wall -

RE: Cannot see CFLAGS

2007-10-23 Thread Hongliang Wang
> CC: automake@gnu.org > From: [EMAIL PROTECTED] > Subject: Re: Cannot see CFLAGS > Date: Mon, 22 Oct 2007 18:56:22 +0200 > To: [EMAIL PROTECTED] > > On Oct 22, 2007, at 5:07 PM, Hongliang Wang wrote: > >> Hello, all. >> >> I built two libraries in

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: 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 `/