
28 Aug
2006
28 Aug
'06
10:18 p.m.
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@shaw.ca