From 376ea0f9210403f93068e29a49934b70c9be4459 Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Tue, 21 Nov 2006 20:16:09 +0000 Subject: QPID-120 Forget the build.rhel3 script in earlier commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@477866 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/build.rhel3 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 cpp/build.rhel3 (limited to 'cpp') diff --git a/cpp/build.rhel3 b/cpp/build.rhel3 new file mode 100755 index 0000000000..84ce7500a1 --- /dev/null +++ b/cpp/build.rhel3 @@ -0,0 +1,11 @@ +#!/bin/bash + +ln -fs options-rhel3.mk options-local.mk + +PATH=~/local/make-3.80/bin:$PATH +PATH=~/local/apr-1.2.7/bin:$PATH +PATH=~/local/cppunit-1.11.4/bin:$PATH + +LD_LIBRARY_PATH=~/local/apr-1.2.7/lib:$LD_LIBRARY_PATH + +make "$@" -- cgit v1.2.1