Boost logo

Boost Users :

Subject: Re: [Boost-users] Include sqlite3 in Jam.root file
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-07-07 00:05:55


AMDG

On 07/06/2012 07:25 PM, Damian wrote:
> Hello.
>
> I'm trying to compile a C++ project using boost/bjam that uses SQLite3.
>
> Normally I would: g++ main.cpp -lsqlite3 -o main.exe
>
> But I don't know how to specify the library in the Jam file.
>
> Can someone tell me how you specify the libraries in a jam file?
>
> I'm using RHEL 6.2 (64bit) in case it matters.
>
> Thanks in advance for any and all help.
>

lib sqlite3 ;
exe main : main.cpp sqlite3 ;

In Christ,
Steven Watanabe


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