29 Jul
2011
29 Jul
'11
8:57 p.m.
A few notes on that:
* ${VXSIMCPU} is an environment variable I created that, in my environment, was either SIMSPARCSOLARIS, SIMPENTIUM, SIMLINUX, or something similar. * The rest of the defines I'm more sure of, but I don't know whether _REENTRANT actually did anything useful; I was more or less in shotgun mode by that point. * The include paths and possibly other defines may need tweaking to get other libraries to build. 'system', for example, wouldn't build at all.
... I also changed (...)/boost/tools/build/v2/user-config.jam to use the appropriate compiler (ccpentium, ccsparc, etc) for the gcc toolchain. -Brian