Boost logo

Boost-Build :

From: Wieger Wesselink (wieger_at_[hidden])
Date: 2003-05-23 07:59:35


Hello,

I was trying to build a 3rd party library with Boost.build,

and for that the .c files need to be compiled with gcc instead

of g++. Is there an easy way to achieve this?

So far I have the following, but then everything is compiled

with g++ (which leads to many errors):

lib buddy : bddio.c bddop.c bvec.c cache.c fdd.c imatrix.c kernel.c
pairs.c prime.c reorder.c tree.c cppext.cxx

:

<cxxflags>-ansi

<cxxflags>-Wmissing-prototypes

<cxxflags>-Wall

<define>DEFAULT_CLOCK=60

;

Regards,

Wieger

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk