7ca441ecbe904f410bc55b11fcbbe84f4716e723
[libcds.git] / build / sample / build-linux-ia64.sh
1 #!/bin/sh
2 clear
3
4 export BOOST_ROOT=~/boost
5
6 GCC_ROOT=/usr/local/gcc-4.3.3
7 export PATH=${GCC_ROOT}/bin:${PATH}
8 export LD_LIBRARY_PATH=${GCC_ROOT}/lib:${LD_LIBRARY_PATH}
9
10 ./build.sh -b 64 \
11 --clean \
12 -x 'g++' \
13 -z '-std=c++0x -Wall -pedantic' \
14 -l '-L${BOOST_ROOT}/bin/linux-ia64' \
15 --with-boost ${BOOST_ROOT} \
16 2>&1 | tee build-linux-ia64.log
17