FW: Boost Build Variations: One Missing, One Extra!
Forwarding this to Boost.Users (at the moderator's discretion), as this is a Boost usage question, as well as a Boost.Build question. Many thanks, Paul
______________________________________________ From: Bilokon, Paul Sent: Monday, August 11, 2008 4:41 PM To: 'boost-build@lists.boost.org' Subject: Boost Build Variations: One Missing, One Extra!
Hi,
Apologies if the answer to this question is supposed to be obvious. I am trying to build Boost using the following command:
"E:\dev\external\boost\boost_1_35_0\bjam\bjam.exe" --build-type=complete --build-dir="E:\dev\external\boost\boost_1_35_0\build" --toolset=msvc-8.0 stage
Now, as far as I understand, --build-type=complete should give me all combinations of
variant=debug,release; threading=single,multi; link=static,shared
I'm expecting to see 2^3 = 8 combinations in total. As a result I get this (I do hope the original formatting gets preserved):
+-- E:\dev\external\boost\boost_1_35_0\build\boost\bin.v2\libs\date_time\b uild\msvc-8.0 | +-- debug | | | +-- link-static | | | | | +-- runtime-link-static: libboost_date_time-vc80-sgd-1_35.lib | | | | (variant=debug, threading=single, link=static) | | | | | | | +-- threading-multi: libboost_date_time-vc80-mt-sgd-1_35.lib | | | (variant=debug, threading=multi, link=static) | | | | | +-- threading-multi: libboost_date_time-vc80-mt-gd-1_35.lib | | (variant=debug, threading=multi, link=static) | | | +-- threading-multi: boost_date_time-vc80-mt-gd-1_35.dll | (variant=debug, threading=multi, link=shared) | +-- release | +-- link-static | | | +-- runtime-link-static: libboost_date_time-vc80-s-1_35.lib | | | (variant=release, threading=single, link=static) | | | | | +-- threading-multi: libboost_date_time-vc80-mt-s-1_35.lib | | (variant=release, threading=multi, link=static) | | | +-- threading-multi: libboost_date_time-vc80-mt-1_35.lib | (variant=release, threading=multi, link=static) | +-- threading-multi: boost_date_time-vc80-mt-1_35.dll (variant=release, threading=multi, link=shared)
Indeed, I do get 8 combinations, *but* I get two of
variant=debug, threading=multi, link=static
(under different names -- one with -s, the other one without) and I get two of
variant=release, threading=multi, link=static
(under different names -- one with -s, the other one without) but I never get
variant=debug, threading=single, link=shared variant=release, threading=single, link=shared
Would you please explain to me what's going on?
Many thanks, Paul
This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice.
If you check the jamroot file the variants are: variant=debug,release; threading=single,multi; link=static,shared, runtime-link=static,shared A total of theorical 16 combinations, but some are incompatible or just doesnt have sense. -----Messaggio originale----- Da: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] Per conto di Bilokon, Paul Inviato: lunedì 11 agosto 2008 18.58 A: boost-users@lists.boost.org Oggetto: [Boost-users] FW: Boost Build Variations: One Missing, One Extra! Forwarding this to Boost.Users (at the moderator's discretion), as this is a Boost usage question, as well as a Boost.Build question. Many thanks, Paul
______________________________________________ From: Bilokon, Paul Sent: Monday, August 11, 2008 4:41 PM To: 'boost-build@lists.boost.org' Subject: Boost Build Variations: One Missing, One Extra!
Hi,
Apologies if the answer to this question is supposed to be obvious. I am trying to build Boost using the following command:
"E:\dev\external\boost\boost_1_35_0\bjam\bjam.exe" --build-type=complete --build-dir="E:\dev\external\boost\boost_1_35_0\build" --toolset=msvc-8.0 stage
Now, as far as I understand, --build-type=complete should give me all combinations of
variant=debug,release; threading=single,multi; link=static,shared
I'm expecting to see 2^3 = 8 combinations in total. As a result I get this (I do hope the original formatting gets preserved):
+-- E:\dev\external\boost\boost_1_35_0\build\boost\bin.v2\libs\date_time\b uild\msvc-8.0 | +-- debug | | | +-- link-static | | | | | +-- runtime-link-static: libboost_date_time-vc80-sgd-1_35.lib | | | | (variant=debug, threading=single, link=static) | | | | | | | +-- threading-multi: libboost_date_time-vc80-mt-sgd-1_35.lib | | | (variant=debug, threading=multi, link=static) | | | | | +-- threading-multi: libboost_date_time-vc80-mt-gd-1_35.lib | | (variant=debug, threading=multi, link=static) | | | +-- threading-multi: boost_date_time-vc80-mt-gd-1_35.dll | (variant=debug, threading=multi, link=shared) | +-- release | +-- link-static | | | +-- runtime-link-static: libboost_date_time-vc80-s-1_35.lib | | | (variant=release, threading=single, link=static) | | | | | +-- threading-multi: libboost_date_time-vc80-mt-s-1_35.lib | | (variant=release, threading=multi, link=static) | | | +-- threading-multi: libboost_date_time-vc80-mt-1_35.lib | (variant=release, threading=multi, link=static) | +-- threading-multi: boost_date_time-vc80-mt-1_35.dll (variant=release, threading=multi, link=shared)
Indeed, I do get 8 combinations, *but* I get two of
variant=debug, threading=multi, link=static
(under different names -- one with -s, the other one without) and I get two of
variant=release, threading=multi, link=static
(under different names -- one with -s, the other one without) but I never get
variant=debug, threading=single, link=shared variant=release, threading=single, link=shared
Would you please explain to me what's going on?
Many thanks, Paul
- - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Hi Andrea, Many thanks your for your explanation! Kind regards, Paul -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Andrea Denzler Sent: Monday, August 11, 2008 6:07 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] FW: Boost Build Variations: One Missing,One Extra! If you check the jamroot file the variants are: variant=debug,release; threading=single,multi; link=static,shared, runtime-link=static,shared A total of theorical 16 combinations, but some are incompatible or just doesn't have sense. -----Messaggio originale----- Da: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] Per conto di Bilokon, Paul Inviato: lunedì 11 agosto 2008 18.58 A: boost-users@lists.boost.org Oggetto: [Boost-users] FW: Boost Build Variations: One Missing, One Extra! Forwarding this to Boost.Users (at the moderator's discretion), as this is a Boost usage question, as well as a Boost.Build question. Many thanks, Paul
______________________________________________ From: Bilokon, Paul Sent: Monday, August 11, 2008 4:41 PM To: 'boost-build@lists.boost.org' Subject: Boost Build Variations: One Missing, One Extra!
Hi,
Apologies if the answer to this question is supposed to be obvious. I am trying to build Boost using the following command:
"E:\dev\external\boost\boost_1_35_0\bjam\bjam.exe" --build-type=complete --build-dir="E:\dev\external\boost\boost_1_35_0\build" --toolset=msvc-8.0 stage
Now, as far as I understand, --build-type=complete should give me all combinations of
variant=debug,release; threading=single,multi; link=static,shared
I'm expecting to see 2^3 = 8 combinations in total. As a result I get this (I do hope the original formatting gets preserved):
+-- E:\dev\external\boost\boost_1_35_0\build\boost\bin.v2\libs\date_time\b uild\msvc-8.0 | +-- debug | | | +-- link-static | | | | | +-- runtime-link-static: libboost_date_time-vc80-sgd-1_35.lib | | | | (variant=debug, threading=single, link=static) | | | | | | | +-- threading-multi: libboost_date_time-vc80-mt-sgd-1_35.lib | | | (variant=debug, threading=multi, link=static) | | | | | +-- threading-multi: libboost_date_time-vc80-mt-gd-1_35.lib | | (variant=debug, threading=multi, link=static) | | | +-- threading-multi: boost_date_time-vc80-mt-gd-1_35.dll | (variant=debug, threading=multi, link=shared) | +-- release | +-- link-static | | | +-- runtime-link-static: libboost_date_time-vc80-s-1_35.lib | | | (variant=release, threading=single, link=static) | | | | | +-- threading-multi: libboost_date_time-vc80-mt-s-1_35.lib | | (variant=release, threading=multi, link=static) | | | +-- threading-multi: libboost_date_time-vc80-mt-1_35.lib | (variant=release, threading=multi, link=static) | +-- threading-multi: boost_date_time-vc80-mt-1_35.dll (variant=release, threading=multi, link=shared)
Indeed, I do get 8 combinations, *but* I get two of
variant=debug, threading=multi, link=static
(under different names -- one with -s, the other one without) and I get two of
variant=release, threading=multi, link=static
(under different names -- one with -s, the other one without) but I never get
variant=debug, threading=single, link=shared variant=release, threading=single, link=shared
Would you please explain to me what's going on?
Many thanks, Paul
- - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice.
participants (2)
-
Andrea Denzler
-
Bilokon, Paul