Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-10-10 05:01:21


On Tuesday 10 October 2006 00:09, Yigong Liu wrote:
> Hi there,
>
> I am trying to build some code in Windows XP with VC++ 2005 express. The
> same JamFile work fine in Fedora Core 3&4 with gcc. In my windows box setup
> i can build successfully the latest cvs checkout including asio and
> interprocess. Definitely something wrong with my Jamfile. The code compiles
> fine and failed at link. When i built other libs, after "vc-Link" line,
> there is a line saying "Creating lib ...", which doesn't happen for my
> code. I attached the error msgs and part of my JamFile at end of the email.
> Could some experts give me some hints? Anything special in win32?

Does your DLL export any functions with __declspec(dllexport)? If not, it
won't work on Windows.

- 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