开发者

How do I specify 64-bit machine architecture when building boost libraries with bjam on solaris?

开发者 https://www.devze.com 2023-01-05 07:26 出处:网络
How do I specify 64-bit machine architecture when building boost lib开发者_StackOverflow中文版raries with bjam on solaris?Not a real answer, just a note - Sun compiler is something boost has always ha

How do I specify 64-bit machine architecture when building boost lib开发者_StackOverflow中文版raries with bjam on solaris?


Not a real answer, just a note - Sun compiler is something boost has always had trouble with. Only fairly recent versions are supported and you need STLport. Take a look here and here.

You might want to play with the [compiler options] part of the module syntax.

Edit:

Found this specific link that tells this should work:

bjam toolset=sun stdlib=sun-stlport address-model=64 stage

No doubt, it requires Sun Studio 12.

0

精彩评论

暂无评论...
验证码 换一张
取 消