Boost logo

Boost-Build :

From: Andre Hentz (gclbb-jamboost_at_[hidden])
Date: 2003-04-07 14:29:19


On Mon, 7 Apr 2003, Vladimir Prus wrote:

> Andre Hentz wrote:
> > I had to make the attached change to get cygwin
> > to pass prebuilt.py, but that is still not correct (for instance, it won't
> > work if os=cygwin/toolset=msvc).
>
> Could you please try modifying the file to read:
>
> if [ modules.peek : OS ] in CYGWIN
> {
> if $toolset = gcc
> {
> dll-suffix = dll ;
> }
> else
> {
> dll-suffix = lib ;
> }
> }
>
> and see if os=cygwin/toolset=msvc pass this test? The $toolset variable will
> be magically replaced by the toolset currently being tested.
>

I had to make some changes to get os=cygwin/toolset=msvc to pass most of
the tests (see attachment, your suggestion not included but necessary).
prebuilt.py passes. dependency_test.py and stage.py are failing (and, of
course, symlink and railsys fail). The change doesn't affect test results
for os=cygwin/toolset=gcc and os=nt/toolset=msvc.

Best,

Andre Hentz
 --766731156-31308-1049743759=:1504 Content-Type: APPLICATION/octet-stream; name=patch
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.WNT.4.44.0304071229190.1504_at_diamante>
Content-Description:
Content-Disposition: attachment; filename=patch

[Attachment content not displayed.] --766731156-31308-1049743759=:1504--


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