13 Nov
2002
13 Nov
'02
12:02 p.m.
I have been using boost on windows 2000, and I am now trying to move some code over to OS X. I have a PowerPlant application, and I want to use the regex library. Do I have to configure the codewarrior command line tools, or can I use gcc. Gcc seems to be the default compiler if I just issue the "bjam" command.
I need to build a target that will link with CodeWarrior.
My suggestion is would be to just build the source files (in libs/regex/src) into a static lib using your IDE. John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm