Re: How to create optimized library?

2007-10-30 Thread Benoit SIGOURE
On Oct 29, 2007, at 11:09 PM, [EMAIL PROTECTED] wrote: Hi, Hi, I want to create some optimized library from .c and .cc files. I created AM_CPPFLAGS in Makefile.am, but the code is always compiled with '- g -O2' flags. I defined 'CPPFLAGS' in the configure, it still does not work. Do

Passing --add-missing when rebuilding Makefile.in

2007-10-30 Thread Benoit SIGOURE
Hi list, I find it annoying that when I have a (very) small package to which I add AC_PROG_CC (for instance) in configure.ac, the next invocation of `make' will fail: cd . /bin/sh /tmp/ac/missing --run aclocal-1.10 cd . /bin/sh /tmp/ac/missing --run automake-1.10 --foreign Makefile.am:

Re: How to create optimized library?

2007-10-30 Thread Ralf Wildenhues
Hello, * Benoit SIGOURE wrote on Tue, Oct 30, 2007 at 08:49:35AM CET: On Oct 29, 2007, at 11:09 PM, [EMAIL PROTECTED] wrote: Another question: what is the name format of optimized library, will the file name include '-O' in the end? Or should I define it myself? Thanks. Optimized library

Re: automake and gettext macros

2007-10-30 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Tue, Oct 30, 2007 at 12:44:26AM CET: After 6 macros which start with AM_, the 7th macro provided by gettext should start with GT_ ? This would not be very consistent either. Or rename things like AM_GNU_GETTEXT after they are in use for 12 years? No,

Re: Passing --add-missing when rebuilding Makefile.in

2007-10-30 Thread Ralf Wildenhues
Hello Benoit, * Benoit SIGOURE wrote on Tue, Oct 30, 2007 at 08:09:52AM CET: I find it annoying that when I have a (very) small package to which I add AC_PROG_CC (for instance) in configure.ac, the next invocation of `make' will fail: cd . /bin/sh /tmp/ac/missing --run aclocal-1.10 cd .

Re: acinclude.m4 warning

2007-10-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [Adding automake, since this message is produced by aclocal (part of automake), not autoconf.] According to Taoman Li on 10/29/2007 9:09 PM: Hi, all I am using kdevelop on Linux and when I am doing Build-autoconf and friends (which is embedded