Re: Overriding -g -O2

2006-11-13 Thread Jian Wang
On 11/13/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote: By passing CXXFLAGS='' to configure I was able to remove -g and -O2 but now with specific _CXXFLAGS during linking, no flags are showing up. What's the problem? And is passing an empty list of flags to configure the only way to achieve what

Re: [automake]ltmain file not found

2006-11-02 Thread Jian Wang
Run libtoolize to generate ltmain.sh On 11/3/06, Praveen M R <[EMAIL PROTECTED]> wrote: hi, I am getting following error. [EMAIL PROTECTED] one]$ automake --add-missing configure.ac:3: required file `./ltmain.sh' not found regards, Praveen

Re: [automake]error in Makefile.am

2006-11-02 Thread Jian Wang
If you write "bin_PROGRAMS = ../bin/helloinvite" then you must write "___bin_helloinvite_SOURCES = main.c say.c invite.c". On 11/3/06, Praveen M R <[EMAIL PROTECTED]> wrote: src/Makefile.am AM_CPPFLAGS = -I$(srcdir)/../include bin_PROGRAMS = ../bin/helloinvite helloinvite_SOURCES = main.c say.c