bjam --address-model=64 doesn't work anymore?

Using msvc100 building with: bjam --address-model=64 and unable to link output libs in my project. msvc saying its X86 and not X64 am i missing something?

AMDG Daher wrote:
Using msvc100
building with:
bjam --address-model=64
and unable to link output libs in my project. msvc saying its X86 and not X64
am i missing something?
I don't think --address-model=64 ever did anything. Try leaving off the -- In Christ, Steven Watanabe

worked without the -- funny how it doesn't give an error and just continues on for hours Thanks for your help Steven Watanabe wrote:
AMDG
Daher wrote:
Using msvc100
building with:
bjam --address-model=64
and unable to link output libs in my project. msvc saying its X86 and not X64
am i missing something?
I don't think --address-model=64 ever did anything. Try leaving off the --
In Christ, Steven Watanabe
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Daher
-
Steven Watanabe