Boost logo

Boost-Build :

From: Jürgen Hunold (hunold_at_[hidden])
Date: 2005-01-17 07:40:47


Hi !

On Monday 17 January 2005 13:24, TEMPLIE Cédric wrote:
> > By the way, which Qt and which msvc-Version ? And if you use
> > STLport, which version ?
>
> I use qt 3.3.3, msvc 7.1, and stlport 4.6.2.
> I just put in my user-config.jam the basic using setup.
>
> using msvc ;
> using stlport : : "P:/include/stlport" "P:/lib/windows" ;
> using qt ;

Ok, so you should _only_ get an extra .lib when actually _using_
STLport.
That means bjam stdlib=stlport should add an extra .lib file whereas
bjam stdlib=native should not.
I think this is a bug / feature of STLport. I'm no Win32 expert
(developing on Linux) but I think this is because STLport exports
symbols which __declspec export () when used (in combination with Qt ?)
msvc-7.1 Dinkumware doesn't do this.
We've switched from STLport to Dinkumware for release on Win32 so this
behaviour doesn't bother me anymore.
It is no bjam bug, the same happens when using Qt's qmake generated
Makefiles.
So I think this is getting off topic for this list. But could be
interesting for the FAQ.

> > And it would be great if you could stop full quoting.
>
> Like that, is-it ok ?

Yeah, that is much _better_. ;-))

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold ! Institut für Verkehrswesen, Eisenbahnbau
* voice: ++49 511 762-2529 ! und -betrieb, Universität Hannover  
* fax : ++49 511 762-3001 ! Appelstrasse 9a, D-30167 Hannover
* hunold_at_[hidden] ! www.ive.uni-hannover.de
 

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