RE: question about htmldir

2008-09-04 Thread susan xie
Ralf, Thanks. I have removed my own htmldir definition, and it works now. Thanks, > Date: Wed, 3 Sep 2008 22:53:49 +0200 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: automake@gnu.org > Subject: Re: question about htmldir > > Hello Susan, > > * sus

question about htmldir

2008-09-03 Thread susan xie
Hi, Ralf, When I use automake command, I got the following error message: automake doc/Makefile.am:12: htmldir was already defined in condition TRUE, which includes condition DOXYGEN ... configure.ac:5: ... `htmldir' previously defined here But in configure.ac:5 (line): A C_INIT(SOFT, 1.0, [E

RE: how to install static library?

2007-12-05 Thread susan xie
> From: [EMAIL PROTECTED] > To: automake@gnu.org > Date: Wed, 5 Dec 2007 12:37:45 -0500 > Subject: how to install static library? > > > Hi, > > I have a third-party static library distributed with my software package, and > I want to install it into the libraries during 'make install'. Do y

how to install static library?

2007-12-05 Thread susan xie
Hi, I have a third-party static library distributed with my software package, and I want to install it into the libraries during 'make install'. Do you know how to do that? Thanks in advance. Regards, Ting _ Your smile count

RE: how to check 64bit or 32 bit machine?

2007-11-21 Thread susan xie
> From: [EMAIL PROTECTED] > To: automake@gnu.org > Date: Wed, 21 Nov 2007 15:47:29 -0500 > Subject: how to check 64bit or 32 bit machine? > > > Hi, > > I want to use a third-party library in my Makefile.am. The static third party > library is put in a directory with 2 sub-directories: 'linu

how to check 64bit or 32 bit machine?

2007-11-21 Thread susan xie
Hi, I want to use a third-party library in my Makefile.am. The static third party library is put in a directory with 2 sub-directories: 'linux' and 'linux64'. On 64bit machine, my code needs to link with the static library in 'linux64' directory. While on 32 bit machine, it needs to link with

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] > > > >

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. Al

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 creat

create executable file

2007-11-12 Thread susan xie
Hi, I want to create an executable file with the libraries created by libtool during 'make' process, but I met the following errors: - make[1]: Entering directory `/test' /bin/sh ../../../libtool --mode=link --tag=CXX g++