Hello everyone,

I am a beginner not only with boost, but with programming in general.
I was following the Getting started guide to boost.python ( I need to wrap python with C++).
When I tried to use Bjam (3.1 Basic Procedure) I got a massive message of errors that ended with the following:

...failed gcc.compile.c++ bin/gcc-4.3.2/debug/embedding.o...
...skipped <pbin/gcc-4.3.2/debug>embedding for lack of <pbin/gcc-4.3.2/debug>embedding.o...
...failed updating 30 targets...
...skipped 3 targets...
...updated 9 targets...

Does anyone know what could be the problem?
Thank you very much

Mariane