From: AustinSmall_at_comcast.net
Date: Mon Aug 06 2007 - 22:18:52 CDT

Hi Everyone,

I am installing vmd plugins on a solaris X86 maching, and am recieving the error message:

sh: molfile_plugin: does not exist
*** Error code 1
The following command caused the error:
for dir in molfile_plugin apbsrun atomedit autoimd autoionize autopsf bignum biocore catdcd cgtools cionize cliptool clonerep colorscalebar contactmap dataimport demomaster dipwatch dowser exectool extendedpdb gofrgui hesstrans idatm imdmenu intersurf irspecgui membrane molefacture moltoptools multimolanim multiplot mutator namdenergy namdgui namdplot namdserver navfly navigate optimization palettetool paratool pbctools pdbtool pmepot psfgen qmtool ramaplot readcharmmpar readcharmmtop resptool rmsd rmsdtt saltbr solvate stingtool textview timeline vdna viewmaster volmapgui vmdmovie vmdtkcon zoomseq blast clustalw cluster colorbar libbiokit multiseq multiseqdialog phylotree plotter seqdata seqedit simpleedit stamp; do cd $dir && make dynlibs && cd .. || exit 1 ; done
make: Fatal error: Command failed for target `dynlibs'
Current working directory /export/home/vmd/plugins
*** Error code 1
The following command caused the error:
make dynlibs staticlibs bins \
"ARCH = SOLARISX86" \
"COPTO = -o " \
"LOPTO = -o " \
"CC = cc -mt -fast -xarch=native" \
"CXX = CC -mt -fast -xarch=native" \
"DEF = -D" \
        "CCFLAGS = -KPIC " \
        "CXXFLAGS = -KPIC " \
"TCLLDFLAGS = -ltcl8.4 -lsocket -lnsl -ldl" \
"NETCDFLDFLAGS = -lnetcdf -lsocket -lnsl -ldl" \
"AR = ar" \
"NM = nm -p" \
"RANLIB = touch" \
"SHLD = cc -mt -fast -xarch=native -G"
make: Fatal error: Command failed for target `SOLARISX86'

Thanks