#!/bin/bash
NGSCXX_DIR=$( cd $(dirname $0); pwd )
 /usr/bin/c++  -L$NGSCXX_DIR/../lib64 -Wl,--rpath=$NGSCXX_DIR/../lib64 $*
