summaryrefslogtreecommitdiff
path: root/cpp/build.rhel3
blob: 84ce7500a1b4d1116b8afdce45a35191bddb8d25 (plain)
1
2
3
4
5
6
7
8
9
10
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 "$@"