That's the question. Thanks in advance.
views:
29answers:
1
+1
Q:
How do I specify 64-bit machine architecture when building boost libraries with bjam on solaris?
+1
A:
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.
Nikolai N Fetissov
2010-06-29 17:19:04
Thanks for the quick reply. I also have gcc on the box if that is better/easier.
shaz
2010-06-29 17:21:08