boost cross compilation

help me to get cross compilation steps for boost library.

Last edited on
Can you be more specific?
closed account (S6k9GNh0)
deepeshp, I don't think a single soul on this forum will help you with that.
Last time I compiled boost, I had to tell Jam to drop half of the modules. Luckily the one I wanted actually did compile without any errors.
whats the problem in compiling boost. just create jam and run the jam binary. it will compile everything. you can drop the modules which you don't want.
this is the same procedure for any OS.

this is the same procedure for any OS.


boost depends heavily on the compiler feature set. Newer versions of boost may not work with older compilers.
Topic archived. No new replies allowed.