Hi!

I'm trying to make Windows Boost libraries on my MacBook Pro. I'm pretty sure I've followed the directions, but I'm also a little confused.

I added a new toolset to user-config.jam that points to my g++ compiler for MinGW32.
Then I ran ./bjam from the $BOOST_ROOT directory with the right toolset and target-os=windows.

When that didn't work, I tried running the bootstrap.sh script first and then running ./bjam. That didn't work either.

Here's the output of what I did:
http://pastebin.com/qK2QRWgn
 


So... what am I doing wrong? :^)

Thanks!
benibex