Sorry for leaving the results out, I don't know what I was thinking. I was in too much of a hurry I suppose. Note that I really don't want to drop the layout=system, since if I do my LIB names get complex. I do not want the boost version number or anything else in the name. Basically, I want the names to look something like:

boost_signals-mt-gd.lib
boost_signals-mt.lib

Now onto the results:

warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
warning: Building Boost.Regex with the optional Unicode/ICU support disabled.
note: Please refer to the Boost.Regex documentation for more information
note: this is a strictly optional feature.
D:/IT/personal/asl_editor/temp/boost_1_39_0/tools/build/v2/build\virtual-target.jam:1056: in virtual-target.register-actual-name from module virtual-target
error: Duplicate name of actual target: <pstage\lib>libboost_date_time.lib
error: previous virtual target { common%common.copy-libboost_date_time.lib.STATIC_LIB { msvc%msvc.archive-libboost_date_time.lib.STATIC_LIB { msvc%msvc.compile.c++-gregorian\greg_month.obj.OBJ { gregorian/greg_month.cpp.CPP } } { msvc%msvc.compile.c++-gregorian\greg_weekday.obj.OBJ { gregorian/greg_weekday.cpp.CPP } } { msvc%msvc.compile.c++-gregorian\date_generators.obj.OBJ { gregorian/date_generators.cpp.CPP } } } }
error: created from ./stage-proper
error: another virtual target { common%common.copy-libboost_date_time.lib.STATIC_LIB { msvc%msvc.archive-libboost_date_time.lib.STATIC_LIB { msvc%msvc.compile.c++-gregorian\greg_month.obj.OBJ { gregorian/greg_month.cpp.CPP } } { msvc%msvc.compile.c++-gregorian\greg_weekday.obj.OBJ { gregorian/greg_weekday.cpp.CPP } } { msvc%msvc.compile.c++-gregorian\date_generators.obj.OBJ { gregorian/date_generators.cpp.CPP } } } }
error: created from ./stage-proper
error: added properties: <debug-symbols>off <define>NDEBUG <inlining>full <optimization>speed <runtime-debugging>off <variant>release
error: removed properties: <debug-symbols>on <inlining>off <optimization>off <runtime-debugging>on <variant>debug
D:/IT/personal/asl_editor/temp/boost_1_39_0/tools/build/v2/build\virtual-target.jam:480: in actualize-no-scanner from module object(file-target)@3270
D:/IT/personal/asl_editor/temp/boost_1_39_0/tools/build/v2/build\virtual-target.jam:130: in object(file-target)@3270.actualize from module object(file-target)@3270
D:/IT/personal/asl_editor/temp/boost_1_39_0/tools/build/v2\build-system.jam:713: in load from module build-system
D:\IT\personal\asl_editor\temp\boost_1_39_0\tools\build\v2/kernel\modules.jam:283: in import from module modules
D:\IT\personal\asl_editor\temp\boost_1_39_0\tools\build\v2/kernel/bootstrap.jam:138: in boost-build from module
D:\IT\personal\asl_editor\temp\boost_1_39_0\boost-build.jam:16: in module scope from module

On Thu, May 14, 2009 at 12:22 AM, Vladimir Prus <vladimir@codesourcery.com> wrote:
Robert Dailey wrote:

> What's going on? For some reason I can no longer build boost. I'm trying to
> build version 1.39 using bjam. The same command worked just fine on 1.38:
> D:\IT\personal\asl_editor\temp\boost_1_39_0>bjam --toolset=msvc
> --layout=system link=static threading=multi debug release stage

In general, if you don't believe in telepathy and the like, it's best to
explain:

1. What you did exactly.
2. What exact results you got
3. How results are different from your expectation.

Omitting (2), in particular, is not good idea.

In this case, some telepathy might work -- you are using --layout=system.
This produces names using system conventions -- more specifically, Unix
system conventions -- and does not include any 'tags' for release/debug.
I recommend dropping --layout=system (and you will be able to use autolink,
even).

- Volodya




_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users