Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification.
The following page has been changed by farid:
http://wiki.apache.org/stdcxx/Boost
------------------------------------------------------------------------------
unzip boost_test.zip
}}}
5. Create $(compiler)-$(compiler-ver).patch file (from this step for intel compiler the
$(compiler)=intel, but not icc), copying from one of gcc-4.2.1.patch, intel-10.1.patch, sun-5.9.patch
and updating if needed:
- - the compiler version in line "+using $(compiler) : $(compiler_ver)_stdcxx_421 ;"
+ * the compiler version in line "+using $(compiler) : $(compiler_ver)_stdcxx_421 ;"
- - the stdcxx paths in line "+using stdcxx : 4.2.1 : $(TOPDIR) $(BUILD_ROOT) ;"
+ * the stdcxx paths in line "+using stdcxx : 4.2.1 : $(TOPDIR) $(BUILD_ROOT) ;"
6. Update runtests.sh changing the --runner= option to personal runner id.
|