Release Notes for 0.98j

Known Bugs

Build fails in perl directory

The build may fail with the following error.
make: Fatal error: Don't know how to make target `install-exec-local'

This problem has been reported on both Solaris and IRIX, when using vendor tools. It is a bug in our install procedure which will be fixed in an upcoming release. There are two possible workarounds to get MNI_Autoreg installed. The first workaround is to use GNU make for the build, as it is more forgiving. The other workaround is to edit the file perl/Makefile, and insert the following two lines.

install-exec-local:

Put this right at the top. Note that the second line is completely blank, but it must be there. You should now be able to build and install. This procedure must be repeated if you ever re-run configure.

mritoself cannot find volume_stats

Executing the script mritoself may stop with the error
Couldn't find program "volume_stats"
The program volume_stats is part of John Sled's N3 package, which you must download and build. You may need this patch to compile N3 version 1.04a.
Steve ROBBINS
Last modified: Fri May 18 16:37:12 EDT 2001