|
Boost Users : |
From: Steve Hyatt (saphlyx_at_[hidden])
Date: 2006-08-28 18:18:31
Hi all.
I am trying to write a Jamfile for a simple test app which uses the
boost date_time library. I am unable to figure out how to tell the
boost build system to link in that library.
I have a Makefile which can do the link:
$make
g++ -c -pipe -Wall -Wno-unknown-pragmas -DLINUX -I./ -g -o tester.o
tester.cpp
g++ -o tester tester.o -lboost_date_time-gcc-1_33_1
Can someone show me a Jamfile that 'just works' (TM).
Thanks
Steve
saphlyx_at_[hidden]
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