Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-01-09 10:34:13


I'm trying to get one of the tests working on NT, and get this problem.
A dll is compiled from one source file. That file contains a reference
to external symbol, i.e

void foo();
int main() { foo(); return 0; }

The dll does not link, saying that "foo" is not found. For Linux, that
function is provided by the executable the dll is linked into. Any
idea if this can be made to work? Or I should fix the test?

(Some time ago Dave told that's probably not possible... maybe
somebody knows some trick?)

- 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