From: Mgr. Lubos Vrbka (lubos.vrbka_at_uochb.cas.cz)
Date: Tue Feb 21 2006 - 00:43:11 CST

> [root_at_localhost]# ./configure
> using configure.options: LINUX OPENGL ACTC FLTK TK IMD SPACEBALL
> LIBTACHYON VRPN TCL PYTHON PTHREADS NUMPY SILENT
> [root_at_localhost]# cd src/
> [root_at_localhost]# make
> make: *** No rule to make target `y.tab.h', needed by `vmd_LINUX'. Stop.
> [root_at_localhost]# ../configure
> cat: configure.options: No such file or directory
> using configure.options:
> Architecture not supported (IRIX6 IRIX6_64 FREEBSD HPUX11 AIX4 LINUX
> LINUXALPHA LINUXAMD64 LINUXPPC MACOSX TRU64 SOLARIS2 SOLARIS2_64
> SOLARISX86 WIN32)
you're missing 'install' as an option to the make command, i guess. vmd
ships as a set of precompiled binaries, so you have to do:

./configure
cd src
make install

and it will work...

regards,
lubos

-- 
.....................................................
Mgr. Lubos Vrbka
Center for Biomolecules and Complex Molecular Systems
Institute of Organic Chemistry and Biochemistry
Academy of Sciences of the Czech Republic
Prague, Czech Republic
http://www.molecular.cz/~vrbka
.....................................................