Re: AMBER: Cygwin error

From: Gustavo Seabra <gustavo.seabra.gmail.com>
Date: Wed, 8 Aug 2007 19:36:29 -0400

On 8/8/07, Lili Peng <lilipeng.gmail.com> wrote:
> I think I figured it out. I have to run:
>
> cd "$AMBERHOME"
> or
> ls "$AMBERHOME"
>
> cd or ls don't work without the quotes.

That's weird, it works fine for me. Which shell are you using? The
default in cygwin in bash, which is the one I use, and just "cd
$AMBERHOME" works just fine.

> Still, this doesn't solve the problem with running xleap, but I think that's
> a problem with csh. I didn't have it installed, so now I'm going back into
> the Cygwin setup file and installing the csh file.

Well, that's another thing. This is unrelated to the error you
reported before, but yes, you need csh. In Cygwin, "csh" is actually a
symlink to "tcsh":

  $ which csh
  /usr/bin/csh
  $ ls -l /usr/bin/csh
  lrwxrwxrwx 1 adm None 8 Jun 7 15:47 /usr/bin/csh -> tcsh.exe

The problem is that tcsh is not installed by default. You need to run
setup.exe again and explicitly select it from the "shells" menu. The
link from csh is created automatically.

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