On 11/29/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
* quoting myself (sorry!):
>
> With a package that doesn't do the above (or something similar),
>   make CXXFLAGS=-g
>
> should work

Even simpler,
  ./configure CXXFLAGS=-g
  make

should (portably) do what you intend.

Cheers,
Ralf


Hello Ralf,

all was my mistake, I had appended ${CFLAGS} to AM_CXXFLAGS by mistake
in a Makefile.am. Sorry for the noise, and thanks for pointing me in
the right direction.

Regards, Alexander Toresson


Reply via email to