When building BOOST 1.47.0 I get the error:
cc1plus: warning: `dwarf-2': unknown or unsupported -g option
...over and over again...there are 800+ targets...is that expected?
I need to build BOOST so that I can use cURL-0.7.3. dwarf-2 is a file to be created by the build for BOOST, I believe...
How do I fix this error..? Does the error prevent a successful build? There are so many errors that I haven't yet finished the build...as there would be 800+ errors of the same type.
Should I be using a different version of BOOST? Which?
Any ideas?