Boost logo

Boost-Build :

Subject: [Boost-build] link switches
From: Robert Ramey (ramey_at_[hidden])
Date: 2017-11-12 22:03:44


Putting the finishing touches on my fix to the serialization library
tests, I have two pesky tests left. One is to test a shared library
plugin on unix/linix. Boiled down to it's essentials, the jamfile looks
like:

...
lib polymorphic_derived2
     :
         polymorphic_derived2.cpp
     :
     ;
...
run test_dll_plugin : polymorphic_derived2 : <link>static:<build>no
<linkflags>-ldl ]

But I'm getting an error when I invoke the jamfile:

don't know how to make <e>polymorphc_derived2

So what am I doing wrong here?

fyi - I also got the same result with:

lib dll_polymorphic_derived2_lib
     :
         polymorphic_derived2.cpp
     :
     ;

Robert Ramey


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