Re: how to avoid automake dependency?

2007-10-23 Thread Sam Steingold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ralf, Ralf Wildenhues wrote: > [ let's cut bug-gnulib from this ] as you wish - gnulib-tool inflicted automake on me, so I wanted them to have a cut in my sufferings... > * Sam Steingold wrote on Tue, Oct 23, 2007 at 04:00:19AM CEST: > [...] >> c

Re: prog_LDADD at the end of the linking command line

2007-10-23 Thread Akim Demaille
Le 19 oct. 07 à 19:16, Ralf Wildenhues a écrit : Hello Benoit, * Benoit SIGOURE wrote on Fri, Oct 19, 2007 at 06:48:25PM CEST: # Add boost libraries. AM_CXXFLAGS += $(BOOST_CPPFLAGS) AM_LDFLAGS += $(BOOST_LDFLAGS) $(BOOST_THREAD_LIB) Don't put libs (-l...) in LDFLAGS, it messes up the ord

Re: Makefile.am assistance

2007-10-23 Thread NightStrike
On 10/21/07, Brian Dessent <[EMAIL PROTECTED]> wrote: > Ralf Wildenhues wrote: > > > Well, I could tell you that Libtool can create DLLs plus import > > libraries (it names them libfoo.dll.a), but I don't think you want > > to hear that at this point. ;-) > > Libtool isn't appropriate here because

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: how to avoid automake dependency?

2007-10-23 Thread Ralf Wildenhues
[ let's cut bug-gnulib from this ] Hello Sam, * Sam Steingold wrote on Tue, Oct 23, 2007 at 04:00:19AM CEST: [...] > > cd src; automake gllib/Makefile > configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. > configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,

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 -Werror `pkg-config --cflags glib-2.0` >> zizz

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 two directories (gen and ora) respectively >> and