boost_1_44_0 strange build problem

I thought build was working OK on fedora f13 x86_64. But then I noticed something strange: I'm building like this: bjam -sHAVE_ICU=1 -sEXPAT_INCLUDE=/usr -sEXPAT_LIBPATH=/usr/lib64 -- layout=tagged threading=single,multi stage Running 1st time, I got no errors....updated 1353 targets... But then I reran in the same directory and got: ...patience... ...patience... ...patience... ...found 7771 targets... ...updating 96 targets... [ rebuilt release/link-static/libboost_math_c99f.a and release/link- static/libboost_math_c99.a ] ...updated 96 targets... Trying a 3rd time, nothing happens.

Neal Becker wrote:
I thought build was working OK on fedora f13 x86_64. But then I noticed something strange:
I'm building like this:
bjam -sHAVE_ICU=1 -sEXPAT_INCLUDE=/usr -sEXPAT_LIBPATH=/usr/lib64 -- layout=tagged threading=single,multi stage
Running 1st time, I got no errors....updated 1353 targets...
But then I reran in the same directory and got: ...patience... ...patience... ...patience... ...found 7771 targets... ...updating 96 targets...
[ rebuilt release/link-static/libboost_math_c99f.a and release/link- static/libboost_math_c99.a ]
...updated 96 targets...
Trying a 3rd time, nothing happens.
Oh, also on 2nd time updated libboost_math_tr1f.a and libboost_math_tr1.a

Hi, under Windows trying a x64 build using Visual Studio 2010 with the following command line: bjam -j8 --build-dir=d:\devel\_ext\boost_out_64\out --libdir=e:\devel\_ext\boost_out_64\lib --includedir=d:\devel\_ext\boost_out_64\inc --without-python toolset=msvc define=arch:SSE2 address-model=64 runtime-link=shared install The dynamic and static libraries are all build, but the install stage misses to copy the static debug libraries (libbost*mt-gd-1_44.lib) to the destination directory. Regards -chris On Mon, Aug 16, 2010 at 7:47 PM, Neal Becker <ndbecker2@gmail.com> wrote:
Neal Becker wrote:
I thought build was working OK on fedora f13 x86_64. But then I noticed something strange:
I'm building like this:
bjam -sHAVE_ICU=1 -sEXPAT_INCLUDE=/usr -sEXPAT_LIBPATH=/usr/lib64 -- layout=tagged threading=single,multi stage
Running 1st time, I got no errors....updated 1353 targets...
But then I reran in the same directory and got: ...patience... ...patience... ...patience... ...found 7771 targets... ...updating 96 targets...
[ rebuilt release/link-static/libboost_math_c99f.a and release/link- static/libboost_math_c99.a ]
...updated 96 targets...
Trying a 3rd time, nothing happens.
Oh, also on 2nd time updated libboost_math_tr1f.a and libboost_math_tr1.a
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Christopher Lux
-
Neal Becker