Boost logo

Boost-Build :

From: Jürgen Hunold (hunold_at_[hidden])
Date: 2005-11-07 07:13:31


Hi !

On Maandag 07 November 2005, 12:42, Bojan Resnik wrote:
> I have a problem with the CVS version and searched libs. Using the
> following example Jamroot:
>
> lib kernel32 ;

Unfortunately, this declares an empty target. This should read

lib kernel32 : : <name>kernel32.lib ;

> exe hello : hello.cpp kernel32 ;

> The same happens with more complex projects (e.g. when using qt) - the
> searched libs are not passed to the linker.

That's right, because the <name> of the library is missing. The <name> is
essential when using the same libs on differents platforms.

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