I am trying to create a library (luabind) using bjam. I ran into an error, and there seems to be a problem that I need to compile with gcc 4.2, but the default on this computer (Mac OSX) is 4.0. I would prefer not to follow the change of links in system directories, is there a way to tell bjam to use gcc4.2 rather than just gcc?
Joe bain
source
share