cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
boost cross compilation
boost cross compilation
Mar 31, 2010 at 6:51am UTC
deepeshp
(8)
help me to get cross compilation steps for boost library.
Last edited on
Mar 31, 2010 at 10:07am UTC
Mar 31, 2010 at 1:22pm UTC
Bazzy
(6281)
Can you be more specific?
Mar 31, 2010 at 10:37pm UTC
closed account (
S6k9GNh0
)
deepeshp, I don't think a single soul on this forum will help you with that.
Apr 1, 2010 at 12:04am UTC
choisum
(97)
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.
Apr 1, 2010 at 6:35am UTC
writetonsharma
(1461)
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.
Apr 1, 2010 at 2:12pm UTC
choisum
(97)
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.