Hallo Matthias,
* Matthias Jurenz wrote on Wed, Feb 13, 2008 at 01:49:41PM CET:
> On Di, 2008-02-12 at 11:27 -0500, George Bosilca wrote:
>
> > I keep getting some warnings when I compile with gcc-4.2 on MAC OS X.
> >
> > tools/compwrap/Makefile.am:38: `CXXFLAGS' is a user variable, you
> > should not override it;
[...]
> So, please ignore the warnings from Automake... Currently, I see no
> better solution ;-)
You can put
AUTOMAKE_OPTIONS = -Wno-gnu
in tools/compwrap/Makefile.am to avoid the warnings from automake.
Cheers,
Ralf
|