build boost 1.40 on windows 7 - 32 bit and 64 bit libs

View: New views
2 Messages — Rating Filter:   Alert me  

build boost 1.40 on windows 7 - 32 bit and 64 bit libs

by xmueller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello all,
can anyone briefly explain how to build 32 bit and 64 bit boost libs on windows 7 ?
my current approach is this:

32 bit debug libs - run bjam on cmd window:
bjam stage --build-dir=D:\Projekte\boost140libs toolset=msvc --link=static --threading=multi --runtime-link=static --layout=tagged --variant=release

64 bit debug libs - run bjam on vs2008 x64 cmd prompt:
REM bjam stage --build-dir=D:\Projekte\boost140libs toolset=msvc --link=static --threading=multi --runtime-link=static --layout=tagged --variant=release --address-space=64

my problem:
all libs have same size. can this be ?
did i something wrong when building ?

thank you

Re: build boost 1.40 on windows 7 - 32 bit and 64 bit libs

by Steven Watanabe-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

AMDG

xmueller wrote:

> hello all,
> can anyone briefly explain how to build 32 bit and 64 bit boost libs on
> windows 7 ?
> my current approach is this:
>
> 32 bit debug libs - run bjam on cmd window:
> bjam stage --build-dir=D:\Projekte\boost140libs toolset=msvc --link=static
> --threading=multi --runtime-link=static --layout=tagged --variant=release
>
> 64 bit debug libs - run bjam on vs2008 x64 cmd prompt:
> REM bjam stage --build-dir=D:\Projekte\boost140libs toolset=msvc
> --link=static --threading=multi --runtime-link=static --layout=tagged
> --variant=release --address-space=64
>
> my problem:
> all libs have same size. can this be ?
> did i something wrong when building ?
>  

Most of the --xxx=yyy arguments are ignored.

Try

bjam stage --build-dir=D:\Projekte\boost140libs toolset=msvc
  link=static threading=multi runtime-link=static
  --layout=tagged variant=release

and

bjam stage --build-dir=D:\Projekte\boost140libs toolset=msvc
  link=static threading=multi runtime-link=static
  --layout=tagged variant=release address-model=64


In Christ,
Steven Watanabe

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build