From e5a49fff24c79431782da107185431b7835ef492 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 29 May 2010 19:44:35 +0000 Subject: Fix distribution build, add missing files and samples and fix path to libraries. GCC 4.5 is used if available but not installed automatically. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949435 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/ubuntu/ubuntu-install | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sca-cpp/trunk/ubuntu/ubuntu-install') diff --git a/sca-cpp/trunk/ubuntu/ubuntu-install b/sca-cpp/trunk/ubuntu/ubuntu-install index 3429a03b56..fa4d7e598b 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-install +++ b/sca-cpp/trunk/ubuntu/ubuntu-install @@ -30,13 +30,13 @@ if [ "$?" != "0" ]; then exit $? fi -# Install GCC 4.5 -wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-gcc-4.5 -chmod +x ./ubuntu-gcc-4.5 -./ubuntu-gcc-4.5 -if [ "$?" != "0" ]; then - exit $? -fi +# Uncomment to install GCC 4.5 +#wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-gcc-4.5 +#chmod +x ./ubuntu-gcc-4.5 +#./ubuntu-gcc-4.5 +#if [ "$?" != "0" ]; then +# exit $? +#fi # Build Apache HTTP server sudo apt-get -y install libssl-dev @@ -227,7 +227,7 @@ wget http://www.apache.org/dist/incubator/thrift/0.2.0-incubating/thrift-0.2.0-i tar xzf thrift-0.2.0-incubating.tar.gz cd thrift-0.2.0 ./bootstrap.sh -./configure --prefix=$build/thrift-0.2.0-bin --with-java=no --with-erlang=no --with-perl=no --with-ruby=no --with-csharp=no --disable-static +./configure --prefix=$build/thrift-0.2.0-bin PY_PREFIX=$build/thrift-0.2.0-bin --with-java=no --with-erlang=no --with-perl=no --with-ruby=no --with-csharp=no --disable-static make make install if [ "$?" != "0" ]; then -- cgit v1.2.3