|
Boost Users : |
Subject: Re: [Boost-users] Building boost regex on Vxworks compiler
From: John Maddock (john_at_[hidden])
Date: 2009-02-09 12:51:11
> I am assigned the job of building the boost regex on VXworks gcc compiler.
>>From the boost regex documentation, I see that we need to have a make file
> corresponding to the platform to build the library. Can some one tell me
> how
> to build it for Vxworks gcc, if they have built the library earlier.
Assuming you can't use Boost.Build or the existing Makes files to build,
then you can either:
* take all the .cpp files in libs/regex/src and build them into a library
using your build environment, or
* modify libs/regex/build/generic.mak to use your compiler.
Basically, it's "just a bunch of sources", no great magic involved,
HTH, John.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net