Boost logo

Boost Testing :

Subject: [Boost-testing] Windows/Cygwin g++ cygwin and mingw
From: frederic.bron_at_[hidden]
Date: 2008-12-12 01:09:12


Just finished and uploaded the regression tests with the 3 compilers of cygwin:

- g++ 3.4.4
- g++ 4.3.2
- g++ 3.4.4 mingw (pure win32 with -mno-cygwin flag)

Note that -mno-cygwin does not work with g++ 3.4.4

Here is my user-config.jam:

using gcc : cygwin_3.4.4 : /usr/bin/g++ : <compileflags>-DBOOST_POSIX_API <compileflags>-DBOOST_POSIX_PATH ;
using gcc : cygwin_4.3.2 : /usr/bin/g++-4 : <compileflags>-DBOOST_POSIX_API <compileflags>-DBOOST_POSIX_PATH ;
using gcc : mingw_3.4.4 : /usr/bin/g++ : <compilerflags>-mno-cygwin <compileflags>-DBOOST_WINDOWS_API <linkflags>-mno-cygwin ;

Frédéric 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.


Boost-testing list run by mbergal at meta-comm.com