Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-09 06:20:06


Hi Jürgen,

> On Tuesday 07 September 2004 16:27, Vladimir Prus wrote:
> > Hi Jürgen,
> >
> > > > - gcc, borland, msvc on cygwin
> > > > - gcc, borland, msvc on NT
>
> Okay, now my first try on gcc on cygwin.

That's great. That platform is troublesome, but never was regularly tested.

> Please find the output of jam_src/build.sh and the output of
> test/test_all.py attached.
>
> The problem seems that the tests look for bin.posix directory whereas
> build.sh generates bin.win32x86 directory.
>
> Any Ideas ?

Could you run

./bootstrap.gcc/jam0 -f-

then type

ECHO $(OS) ;
ECHO $(OSPLAT) ;

and then type "Ctrl-Z". It looks like OS is set to win32 and I can't
understand how it can be. Also, make sure that OS is not set in environment,
by running:

echo $(OS) ;

- Volodya

 


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