Boost logo

Boost Users :

From: Lev Assinovsky (lassinovsky_at_[hidden])
Date: 2002-08-01 04:12:56


Hi all!
I would like to do a very simple thing:
link my main tst.cpp with the third party library $(MYDIR)/libfoo.a.
The final command line should be:
g++ -o tst tst.cpp -L$(MYDIR) -lfoo
Currently I have in my Jamfile:
exe tst : tst.cpp
: <include>$(ADC_ROOT) <include>$(BOOST_ROOT) <include>"$(HOME)/inc"
;
What must be added to provide linking with libfoo.a?
(adding of variable LINKLIBS=$(MYDIR)/libfoo.a DOESN'T WORK)
Thanks in advance!

----
Lev Assinovsky
Aelita Software Corporation
O&S Core Division, Programmer
ICQ# 165072909
[Non-text portions of this message have been removed]

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