RE: create executable file

2007-11-13 Thread susan xie
> Date: Tue, 13 Nov 2007 22:47:52 +0100 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: automake@gnu.org > Subject: Re: create executable file > > * susan xie wrote on Tue, Nov 13, 2007 at 07:01:15PM CET: > > > From: [EMAIL PROTECTED] > > > > > > Your makefile.am looks fine to me. If

Re: failure in "colorful tests"

2007-11-13 Thread Ralf Wildenhues
* Bob Proulx wrote on Tue, Nov 13, 2007 at 12:41:01AM CET: > Ralf Wildenhues wrote: > > +case $TERM in > > +dumb) exit 77;; > > +esac > > ... > > Thanks! Do we need to guard against other TERM settings, too? > > Hmm... I was thinking more along the lines of this patch instead. I > don't think t

Re: create executable file

2007-11-13 Thread Ralf Wildenhues
* susan xie wrote on Tue, Nov 13, 2007 at 07:01:15PM CET: > > From: [EMAIL PROTECTED] > > > > Your makefile.am looks fine to me. If anything still fails with it, > > please report back. [...] > Thanks for your explanations. But my original Makefile.am is that, and > it can not work. And I dont kn

RE: create executable file

2007-11-13 Thread susan xie
> Date: Tue, 13 Nov 2007 18:09:46 +0100 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: automake@gnu.org > Subject: Re: create executable file > > * susan xie wrote on Tue, Nov 13, 2007 at 03:40:43PM CET: > > > > My makefile.am is as follows. All these libraries will be created > > dur

Re: create executable file

2007-11-13 Thread Ralf Wildenhues
* susan xie wrote on Tue, Nov 13, 2007 at 03:40:43PM CET: > > My makefile.am is as follows. All these libraries will be created > during the 'make'. Your makefile.am looks fine to me. If anything still fails with it, please report back. [...] > main_LDADD = $(top_builddir)/FMDB/FMDB/libFMDB.la

RE: create executable file

2007-11-13 Thread susan xie
> Date: Tue, 13 Nov 2007 09:20:08 +0100 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: automake@gnu.org > Subject: Re: create executable file > > Hello Ting, > > * susan xie wrote on Tue, Nov 13, 2007 at 08:57:53AM CET: > > > > I want to create an executable file with the libraries c

Re: create executable file

2007-11-13 Thread Ralf Wildenhues
Hello Ting, * susan xie wrote on Tue, Nov 13, 2007 at 08:57:53AM CET: > > I want to create an executable file with the libraries created by > libtool during 'make' process, but I met the following errors: > > - > make[1]: E