Commit Graph

9 Commits

Author SHA1 Message Date
Laurent Rineau 36b0ce25dd Update the script that help compiling Boost 2013-12-10 17:33:44 +01:00
Laurent Rineau e759cc3d70 Prepare compilation of Boost 1.55 (currently beta) 2013-10-21 16:39:49 +02:00
Laurent Rineau 2fe1349d3e Fix my script for compiling Boost, after the update of testing platforms 2013-07-15 15:41:56 +02:00
Laurent Rineau 3461d71750 New version of the script to compile Boost 1.54 2013-02-25 18:31:55 +01:00
Laurent Rineau 01cde38b99 Update my Boost configuration.
Add a compilation using g++-4.1.

Add a README.txt file that "documents" what is compiled.
2012-06-11 16:14:46 +00:00
Laurent Rineau 40f3e21e3e Recompile Boost libraries with g++-4.5
On that machine, I use g++-4.5, 4.6, and 4.7. If I compile the Boost
libraries with the oldest compiler, the binary compatibility is ensured,
because the soname of libstd++ is libstdc++.so.6 for all of those
compilers (but the binary compatibility is only ensured backward: if a
Boost library is compiled with g++-4.6, that does not work if it is after
linked with libstdc++ of g++-4.5).
2012-04-12 11:45:31 +00:00
Laurent Rineau bbee79552e Update the script that recompiles my Boost libraries.
- Only one variant: multithread, shared, release, with the tagged layout,
so that the soname ends with "-mt.so",
- and do not compile all Boost libraries.
2012-04-11 13:37:13 +00:00
Laurent Rineau 44e9d9666b Update the command line to built Boost with Intel compiler 2012-02-21 13:04:11 +00:00
Laurent Rineau be1eeb9341 Save my files used to compile Boost into SVN 2012-02-21 10:18:33 +00:00