I just now installed boost on mac, using macport with following command
sudo port install boost
It\'s installed fine, but I have no idea where
The headers should be in /usr/local/include/boost and the libs should be in /usr/local/lib. Or in /opt/local/include/boost and /opt/local/lib, I believe.
/usr/local/include/boost
/usr/local/lib.
/opt/local/include/boost
/opt/local/lib
You can search using locate:
locate
locate boost