On Mon, May 05, 2008, Rabin wrote:
>
> [buzz1.pentose src]$ ./configure_at gcc
> Setting AMBERHOME to /usr/local/src/amber10
>
> Mopac and resp will be compiled with g77
> ./configure_at: line 461: testp.c: No such file or
> directory
What kind of operating system are you working with? Is there a possibility
that you don't have write permission in /usr/local/src/amber10/src?
Line 461 in configure_at is just trying to create a small test program
using the "cat <<EOF >testp.c" shell syntax. You could try to add a space
before "testp.c", that is "cat <<EOF > testp.c"
Maybe someone else on the list has seen this problem, or can spot a likely
solution.
...regards...dac
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed May 07 2008 - 06:07:26 PDT