Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-06 03:40:28


shelarcy wrote:
> I used v2 to make the dll on mingw, I don't make it because
> "-Wl,-h -Wl,gauche.dll" is not needed and gcc throw the error.
> If using -sTOOLS=mingw,

Please not that -sTOOLs is V1 syntax, see:

http://tinyurl.com/229vj

> though this error is not appeared but
> gcc know himself mingw version or not, so this select must be
> automaticly.

I'm afraid it's hard to ask gcc to tell if it's mingw or not. The only
solution I see is to tell we're using mingw on initialization time, something
like:

using gcc : 3.3 : : mingw ;

I think "mingw" should even should not be a subfeature, just a flag to
toolset. Thoughts?

- 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