$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-09-21 06:35:03
The link action in intel-linux.jam contains at the end "-Wl,-Bdynamic
-l$(FINDLIBS-SA) -Wl,-Bstatic -l$(FINDLIBS-ST) -Wl,-B$(LINK-RUNTIME)"
First of all, I do not understand where FINDLIBS-SA and FINDLIBS-ST are
defined and where LINK-RUNTIME is defined ?
Anyway, FINDLIBS-SA and FINDLIBS-ST end up being the same in my project
and LINK-RUNTIME is empty. And this situation results in an error from
the linker. I found the same problem listed here:
http://bugzilla.redhat.com/bugzilla/long_list.cgi?buglist=111780
So first of all, we could drop the first -Wl,-Bdynamic. Additionally we
need to end the link-line with -Wl,-Bdynamic to link to the runtime
dynamically. Maybe someone intended to achieve this with LINK-RUNTIME?
toon