summaryrefslogtreecommitdiff
path: root/deps/build-acetao.sh
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-05-30 14:52:00 +0200
committerManuel Traut <manut@mecka.net>2012-05-30 14:52:00 +0200
commitcc67c2e498ccc7b504799fa18bfe0c608d425dba (patch)
treeabbe890c60cee21bf33d7dc89ad8cf8063c5e857 /deps/build-acetao.sh
parent42bdbc9738e5768bb2fe690cc5c25119ef8264e5 (diff)
COMPILE: fixed and described deps/acetao build
- use build-acetao.sh on native linux platforms Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'deps/build-acetao.sh')
-rwxr-xr-xdeps/build-acetao.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/deps/build-acetao.sh b/deps/build-acetao.sh
index 54d3e8e..6ddd4a7 100755
--- a/deps/build-acetao.sh
+++ b/deps/build-acetao.sh
@@ -9,6 +9,7 @@ LD_LIBRARY_PATH=$ACE_ROOT/lib:$LD_LIBRARY_PATH
export ACE_ROOT=$ACE_ROOT
export TAO_ROOT=$TAO_ROOT
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
echo '#include "ace/config-linux.h"' > ace/config.h
echo include $ACE_ROOT/include/makeinclude/platform_linux.GNU > \
@@ -24,10 +25,15 @@ unlink TAO
ln -s ../TAO TAO
TAO_ROOT=`pwd`/TAO
-echo ACE: $ACE_ROOT TAO: $TAO_ROOT
+echo ACE: $ACE_ROOT
+echo TAO: $TAO_ROOT
-$ACE_ROOT/bin/mwc.pl -type gnuace TAO/TAO_ACE.mwc
+cd TAO
+$ACE_ROOT/bin/mwc.pl -type gnuace TAO_ACE.mwc
+cd -
make -j9
+sudo ACE_ROOT=$ACE_ROOT TAO_ROOT=$TAO_ROOT make install
cd TAO
$ACE_ROOT/bin/mwc.pl -type gnuace TAO/TAO.mwc
make -j9
+sudo ACE_ROOT=$ACE_ROOT TAO_ROOT=$TAO_ROOT make install