AMBER Archive (2007)

Subject: Re: AMBER: Cygwin error

From: Gustavo Seabra (gustavo.seabra_at_gmail.com)
Date: Wed Aug 08 2007 - 18:36:29 CDT


On 8/8/07, Lili Peng <lilipeng_at_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_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu