AMBER Archive (2007)

Subject: Re: AMBER: Installing on windows

From: Gustavo Seabra (gustavo.seabra_at_gmail.com)
Date: Mon Jun 11 2007 - 10:41:05 CDT


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_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu