1 Aug
2002
1 Aug
'02
9:12 a.m.
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]
8137
Age (days ago)
8137
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lev Assinovsky