From cd5848801c2d593af6eda414a59e834ed274156d Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 16 Apr 2005 21:37:30 +0000 Subject: [PATCH] libstdc++ crap --- processing/build/linux/dist/processing | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/processing/build/linux/dist/processing b/processing/build/linux/dist/processing index a4de76020..3a70b23f5 100755 --- a/processing/build/linux/dist/processing +++ b/processing/build/linux/dist/processing @@ -9,4 +9,14 @@ export CLASSPATH PATH=`pwd`/`dirname $0`:`pwd`/java/bin:${PATH} export PATH -java processing.app.Base +if test -l /usr/lib/libstdc++-libc6.2-2.so.3 +then + java processing.app.Base +else + echo You need to install libstdc++-libc6.2-2.so.3 + echo or the rpm/package for compat-libstdc++ + echo in order to use Processing (because of jikes). + echo + echo Or if you have jikes working properly, and know + echo what you're doing, you should edit this script. +fi