thread library name with mingw
I am building boost from cygwin for win32 using gcc -mno-cygwin. As I use the flag --layout=system, why do I obtain the following name for the boost-thread library: libboost_thread_win32-mt.a. I would expect libboost_thread-mt.a only? Of course this is a consequence of flag threadapi=win32 but why does not layout=system override this file name? Here is my command line: $ bjam -d2 -j4 -sBZIP2_INCLUDE=/cygdrive/d/Softs/bzip2_msw/include -sBZIP2_LIBPATH=/cygdrive/d/Softs/bzip2_msw/lib -sNO_ZLIB=1 link=static threading=multi runtime-link=shared threadapi=win32 --layout=system --user-config=user-config.jam --without-python release install user-config.jam contains: using gcc : : : <cflags>-mno-cygwin <cflags>-DBOOST_WINDOWS_API <cxxflags>-mno-cygwin <cxxflags>-DBOOST_WINDOWS_API <compilerflags>-mno-cygwin <compilerflags>-DBOOST_WINDOWS_API <linkflags>-mno-cygwin ; F. Bron Avis : Ce message et toute pièce jointe sont la propriété d'Alcan et sont destinés seulement aux personnes ou à l'entité à qui le message est adressé. Si vous avez reçu ce message par erreur, veuillez le détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas le destinataire du message, vous n'êtes pas autorisé à utiliser, à copier ou à divulguer le contenu du message ou ses pièces jointes en tout ou en partie. Notice: This message and any attachments are the property of Alcan and are intended solely for the named recipients or entity to whom this message is addressed. If you have received this message in error please inform the sender via e-mail and destroy the message. If you are not the intended recipient you are not allowed to use, copy or disclose the contents or attachments in whole or in part.
participants (1)
-
frederic.bron@alcan.com