compile boost 1.34.1 x64 within Win64

Hi there Am I the only one who's trying to compile boost-libs witih Win64 (AMD64)? I cannot to compile the boost-libs within Win64 as 64bit libs. There aren't any precompiled libraries as for x32? Bjam doesn't have this option, too. So is there anywhere a manual how to compile the 1.3..x boost libraries within WinXP 64 and MSVC8? We use the cl- and sometimes the ippc9.1-compiler. Maybe someone has some compiled libs and can offer them to me. Best, SirAnn _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

bjam --toolset=msvc architecture=x86 address-model=64 works for me. <muffmolch@gmx.de> wrote in message news:000001c826ad$9e982d30$dbc88790$@de...
Hi there Am I the only one who's trying to compile boost-libs witih Win64 (AMD64)?
I cannot to compile the boost-libs within Win64 as 64bit libs.
There aren't any precompiled libraries as for x32?
Bjam doesn't have this option, too.
So is there anywhere a manual how to compile the 1.3..x boost libraries within WinXP 64 and MSVC8?
We use the cl- and sometimes the ippc9.1-compiler.
Maybe someone has some compiled libs and can offer them to me.
Best, SirAnn
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Okay, I just startet the compile progress... Any clue how to compile with icpc? -----Ursprüngliche Nachricht----- Von: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] Im Auftrag von Sergey Skorniakov Gesendet: Mittwoch, 14. November 2007 13:46 An: boost@lists.boost.org Betreff: Re: [boost] compile boost 1.34.1 x64 within Win64 bjam --toolset=msvc architecture=x86 address-model=64 works for me. <muffmolch@gmx.de> wrote in message news:000001c826ad$9e982d30$dbc88790$@de...
Hi there Am I the only one who's trying to compile boost-libs witih Win64 (AMD64)?
I cannot to compile the boost-libs within Win64 as 64bit libs.
There aren't any precompiled libraries as for x32?
Bjam doesn't have this option, too.
So is there anywhere a manual how to compile the 1.3..x boost libraries within WinXP 64 and MSVC8?
We use the cl- and sometimes the ippc9.1-compiler.
Maybe someone has some compiled libs and can offer them to me.
Best, SirAnn
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

I had never compiled boost with intel compiler, but documentation says that toolset should be changed to intel: --toolset=intel details about different compilers handiling are resided in tools\build\v2\tools "Sören Freudiger" <freud@irmb.tu-bs.de> wrote in message news:7C2491C59E75DF46AD901F74AAACAA2F0B4A43B1B1@palantir.exchange.cab.bau.tu-bs.de... Okay, I just startet the compile progress... Any clue how to compile with icpc? -----Ursprüngliche Nachricht----- Von: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] Im Auftrag von Sergey Skorniakov Gesendet: Mittwoch, 14. November 2007 13:46 An: boost@lists.boost.org Betreff: Re: [boost] compile boost 1.34.1 x64 within Win64 bjam --toolset=msvc architecture=x86 address-model=64 works for me. <muffmolch@gmx.de> wrote in message news:000001c826ad$9e982d30$dbc88790$@de...
Hi there Am I the only one who's trying to compile boost-libs witih Win64 (AMD64)?
I cannot to compile the boost-libs within Win64 as 64bit libs.
There aren't any precompiled libraries as for x32?
Bjam doesn't have this option, too.
So is there anywhere a manual how to compile the 1.3..x boost libraries within WinXP 64 and MSVC8?
We use the cl- and sometimes the ippc9.1-compiler.
Maybe someone has some compiled libs and can offer them to me.
Best, SirAnn
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
muffmolch@gmx.de
-
Sergey Skorniakov
-
Sören Freudiger