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/onm00200471
ave/direct/01/
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|