Index: vmd-1.9/plugins_source/build.csh =================================================================== --- vmd-1.9.orig/plugins_source/build.csh 2011-09-15 16:53:14.945456372 +0200 +++ vmd-1.9/plugins_source/build.csh 2011-09-15 17:33:56.985459748 +0200 @@ -202,21 +202,18 @@ echo "Plugin builds done..." breaksw; - ### ### XXXNEWPLATFORM ### default: - echo "Unrecognized host system, add your own switch statement to customize" - echo "for your build environment. Edit build.csh and change the variables" - echo "in the section marked XXXNEWPLATFORM." - # setenv TCLINC -I/your/tcl/include/directory - # setenv TCLLIB -L/your/tcl/library/directory - # cd $unixdir; gmake LINUX TCLINC=$TCLINC TCLLIB=$TCLLIB/lib_LINUX >& log.LINUX.$DATE < /dev/null & - # echo "Waiting for all plugin make jobs to complete..." - # wait; - # echo "" - # echo "Plugin builds done..." + echo "Building on Debian Linux" + setenv TCLINC -I/usr/include/tcl8.5 + setenv TCLLIB -L/usr/lib + cd $unixdir; make $KERNEL$PLATFORM TCLINC=$TCLINC TCLLIB=$TCLLIB/lib_LINUX >& log.LINUX.$DATE < /dev/null & + echo "Waiting for all plugin make jobs to complete..." + wait; + echo "" + echo "Plugin builds done..." breaksw; endsw