|
Boost-Build : |
From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-10-01 08:48:54
The subject line was produced by:
bjam --v2 toolset=intel-linux
where Jamfile.v2 is:
<--------------
project
: requirements
<hardcode-dll-paths>true
<library>../../../io/filters/build//mout
: default-build debug
;
{
test-suite "spirit_proto"
: [ run main.cpp
]
;
}
>--------------
and ../../../io/filters/build/Jamfile.v2 is:
<--------------
project
:
: default-build debug
;
lib mout
: #sources
../src/mout.cpp
;
>--------------
I did search in http://news.gmane.org/gmane.comp.lib.boost.build for:
dl_fini
"rtld_local"
fini.c
but got nothing. The form of the above Jamfile's were copied from
that of signals/test and signals/build Jamfiles.
What should I do to get this to link?
TIA.
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk