Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2006-03-15 03:23:33


Volodya wrote:
> On Tuesday 14 March 2006 12:26, Reece Dunn wrote:
>
> > ### mwld Linker Warning:
> > # No symbols were exported, deleting import library
> > 'boost_filesystem-cw94-gd-1_34.lib' ...updated 6 targets...
> >
> > Does CW support the __declspec(dllexport) or older __export usage? Is so,
> > is it being correctly detected for CW? Otherwise, a def file would be
> > needed (which would work for older compilers or compilers like DigitalMars
> > that don't have this mechanism).
>
> Can you do to cw.jam, and in the last action, "link.dll",
> remove the space character between
>
> -f
>
> and
>
> "$(DEF_FILE)"
>
> so that the command line contain
>
> -f"$(DEF_FILE)"
>
> without any spaces. This will make this part of command line to
> disappear when there's no def file set.

That works :). I now get:

...updating 1 target...
cw.link.dll ..\..\..\bin.v2\libs\filesystem\build\cw-9.4\debug\boost_filesystem-
cw94-gd-1_34.dll ..\..\..\bin.v2\libs\filesystem\build\cw-9.4\debug\boost_filesy
stem-cw94-gd-1_34.lib
...updated 1 target...

I will start another cw-9.4 run when the fix is in (most likely tonight).

- Reece
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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