German,

comments below

On Mon, Sep 15, 2008 at 11:10 AM, Germán Diago <germandiago@gmail.com> wrote:
Now I don't have the same machine available til thrusday to test the
script, but I'll do whenever I have some time.
Anyway, I compiled my library by hand using this command:

g++ -fPIC -shared myfile.o -o myfile.extension


and the program with:

g++ myprogram.cpp -o myprogram


My recommendation is to use bjam to build, but have it output the build commands that it uses ("bjam -d+2" is the command line, I think). Then use those g++ commands in your own build.
 
<snip>


Jeremy Pack