* 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


Reply via email to