Print

Print


On Mon, 12 Sep 2005, Malcolm J. Currie wrote:

> Yes I encountered a missing CAT include file dring "make world" on
> Saturday.
> 
> After an update this is what happens now (building on RH9).
> 
> rlsul1.bnsc.rl.ac.uk> make world
> cd libraries/cat \
>   && (make && make install) >make.log 2>make.log.err || { cat make.log.err; false; }
> configure: WARNING: Could not find Fortran module file extension.
> configure: WARNING: Could not find Fortran module file extension.
> configure: WARNING: Could not find Fortran module file extension.
> CAT1_NUL: In subroutine `cat3_fgcvx':
> CAT1_NUL:19:
>          Error Do not have typeless BOZ

For some reason the makefiles haven't been updated with my fix. Do:

   cd libraries/cat; ./bootstrap; ./configure

and try again.

Peter.