Re: weird flags set by configure

2002-11-05 Thread Eric Siegerman
On Tue, Nov 05, 2002 at 07:35:11AM -0500, Earnie Boyd wrote: > Akim Demaille wrote: > >>"Bob" == Bob Proulx <[EMAIL PROTECTED]> writes: > > Bob> CFLAGS=-O CXXFLAGS=-O ./configure > > > > ./configure CFLAGS=-O CXXFLAGS=-O > > > > is better. > > because it then becomes a part of conf

Re: cxx + cpp

2002-11-05 Thread Earnie Boyd
Your question is better asked on [EMAIL PROTECTED] You've doubly defined your target, once at line 35275 and once at line 61202 in your Makefile. Remove one and the warnings will go away. Earnie. Jean-Eric Cuendet wrote: Hi, I have a project that have cxx and cpp files in it. Then I have these

Re: weird flags set by configure

2002-11-05 Thread Earnie Boyd
Akim Demaille wrote: "Bob" == Bob Proulx <[EMAIL PROTECTED]> writes: Bob> If you want to change this you can set CXXFLAGS at configure Bob> time. Bob> CFLAGS=-O CXXFLAGS=-O ./configure ./configure CFLAGS=-O CXXFLAGS=-O is better. because it then becomes a part of config.status w

Re: cxx + cpp

2002-11-05 Thread Jean-Eric Cuendet
Thanks, but the problem is not there. You've doubly defined your target, once at line 35275 and once at line 61202 in your Makefile. Remove one and the warnings will go away. It's automake that creates the Makefile! My Makefile.am contains only bla_SOURCES=file1.cpp file2.cxx And then automake

Re: weird flags set by configure

2002-11-05 Thread Akim Demaille
> "Bob" == Bob Proulx <[EMAIL PROTECTED]> writes: Bob> If you want to change this you can set CXXFLAGS at configure Bob> time. Bob> CFLAGS=-O CXXFLAGS=-O ./configure ./configure CFLAGS=-O CXXFLAGS=-O is better.

cxx + cpp

2002-11-05 Thread Jean-Eric Cuendet
Hi, I have a project that have cxx and cpp files in it. Then I have these error messages: Makefile:35275: warning: ignoring old commands for target `fn_xmlexpressionreceiver.obj' Makefile:61202: warning: overriding commands for target `fn_xmlfinancialreceiver.o' Makefile:35281: warning: ignoring