Re: AMBER: Installing on windows

From: Gustavo Seabra <gustavo.seabra.gmail.com>
Date: Mon, 11 Jun 2007 11:41:05 -0400

Colby C wrote:
> actually i just had to restart cygwin. I worked except for th last
> part. However I still have an error
>
>
> .
> .
> .
> /bin/sh: ./Makelist: /bin/csh: bad interpreter: No such file or directory
> make[1]: *** [libobj] Error 126
> make[1]: Leaving directory `/home/colby/amber9/src/addles'
> make: *** [serial] Error 2
That means you don't have csh in your Cygwin installation. Cygwin
provides tcsh, which has the same syntax. Check if you have tcsh installed:

    $ which tcsh


if it's there, you should get something like:

    /usr/bin/tcsh

as a result. Then there are 2 possibilities:

1. If it is *not* there, you need to run Cygwin setup program again, and
make sure to select tcsh from the "shells" menu.

2. If it *is* there, but cygwin still can't find csh, you can make csh
to be a symbolic link to tcsh. (That's actually what it should be if
tcsh is installed correctly.):
    $ cd /usr/bin
    $ ln -s tcsh.exe ./csh

Then try installing Amber again.

Gustavo.
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Jun 13 2007 - 06:07:21 PDT
Custom Search