#!/bin/sh

eval "c++  -I/usr/lib/glib/include -I/usr/X11R6/include -O   -fno-exceptions -fexceptions -O0 -fPIC $*"
exit $?
