Boost logo

Boost-Build :

Subject: Re: [Boost-build] RE [cygwin] How to use both gcc 3.x.x and gcc 4.x.x
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-03-14 16:38:54


AMDG

Robert Ramey wrote:
> I've got gcc 4.3.2 on my cygwin system and want to use boost build with it.
>
> when I use --toolset=gcc
>
> my stystem uses gcc 3.4.4 which I also have
>
> when I use --toolset=gcc-4.3.2 or --toolset=gcc-4,
> I get a message at the top of the bjam.log which says
>
> 'g++' is not recognized as an internal or external command,
> operable program or batch file.
> 'g++' is not recognized as an internal or external command,
>

cygwin recently renamed g++ to g++-3.

> my user-config.jam looks like:
>
> using gcc ;
> using gcc : 4 : g++-4

The error is triggered by the top using gcc ; line

In Christ,
Steven Watanabe


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