Hello, After I executed make all; make install, I want to execute runltp but it always fails. The error message is:
FATAL: Test suite not installed correctly
INFO: as root user type 'make ; make install'
I searched in Makefile and found the following code:
$(INSTALL_TARGETS) include-install lib-install:
$(MAKE) -C "$(subst -install,,$@)" \
-f "$(abs_top_srcdir)/$(subst -install,,$@)/Makefile" all
I think the last word maybe "install".
I modified it to install and ltp ran well. the patch could be
found in the attachment.
Thanks,
Caspar
make-install-err.patch
Description: Binary data
------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
