summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcpp/build.rhel311
1 files changed, 11 insertions, 0 deletions
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 "$@"