Boost logo

Boost-Build :

Subject: [Boost-build] RE [cygwin] How to use both gcc 3.x.x and gcc 4.x.x
From: frederic.bron_at_[hidden]
Date: 2009-02-24 16:05:45


> Cygwin ships both GCC's 3.x.x and 4.x.x series of compilers. You have to
> separately install both with the Cygwin installer. The 4.x.x series is
> named "gcc4-core" and "gcc4-c++", and they appear lower down in the list
> of packages so are easy to miss.
>
> To use both with Boost.Build, your user-config.jam file needs to include:
>
> using gcc ;
> using gcc : 4 : g++-4 ;
>

I am using the following:
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 ;

and I try to run the regression tests regularly (bronf1 on trunk). However, I do not know if it is of any help.

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.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk