AMBER Archive (2001)

Subject: Re: installing amber6

From: Bill Ross (ross_at_cgl.ucsf.edu)
Date: Tue Jul 17 2001 - 13:18:06 CDT


        ... when running the tests I found leap
        is not installed as shown in the error messages copied below.
        
        --------------------------------------
        cco2k0% make test.leap
                 cd leap; ./Run
          Error: ./tleap -> ../../exe/teLeap does not exist
        *** Error code 1 (bu21)
        --------------------------------------

You could try to install leap explicitly:

% cd amber6/src/leap
% make World >& mkerr
% make install.leap

This will recompile and instell. The 'mkerr' file will have any
compile errors.

Bill Ross