Quoting Karol Kaszuba <karol.kaszuba.uwm.edu.pl>:
>  I am trying to compile and install RESP to use together with RED-III.
> 1)  I created MACHINE directory: plep/src/MACHINE
>     I moved Machine.linux_g77 to MACHINE (I am using Fedora 6, 32 bit PC)
>     I cd to scr/resp directory.
>     I wrote: make.
>     I noticed the following error message:
>                                              ../Compile L1 -P resp.f
>                                              L1: Undefined variable.
>                                              make: *** [resp.o] Error 1
>
>    Could anybody explain me what I am doing wrong and how to omit   
> this problem.
It works for me under FC 4.0 32 bits. I got similar error under FC 6.0  
64 bits...
- Did you try to find/install some compat-gcc-??-g77 packages for your  
FC 6.0 32 bits ?
            or
- g77 is replaced by gfortran in FC 6.0. I replaced g77 by gfortran in  
the MACHINE file (not directory) removing some options (when they  
generate errors because my machine is 64 bits). make clean; make and  
got a resp binary:
[fyd.labo2 resp]$ ./resp
  usage: resp [-O] -i input -o output -p punch -q qin -t qout      -e  
espot -w qwts -s esout
regards, Francois
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Jul 18 2007 - 06:07:34 PDT