Adding isolation level test cases
[csql.git] / build.ksh
blobb3537a164fb33d96c1af0e41fc41ac0262085161
2 if [ "$JDK_HOME" == "" ]
3 then
4 echo "Please set JDK_HOME"
5 exit 1
6 fi
8 ./configure --prefix=`pwd`/install CXXFLAGS="-I$JDK_HOME/include -I$JDK_HOME/include/linux"
9 #./configure --prefix=`pwd`/install CXXFLAGS=-g
10 #Note: You may have to fool the configure by making gcc link to g++, as it works only with g++