Hi,
I found that "nm" testcase failed as follows:
------------
gcc: /opt/ltp/testcases/bin/nmfile1.c: No such file or directory
gcc: no input files
gcc: /opt/ltp/testcases/bin/nmfile2.c: No such file or directory
gcc: no input files
gcc: /opt/ltp/testcases/bin/nmfile3.c: No such file or directory
gcc: no input files
------------
This problem occurs because "nmfile1.c", "nmfile2.c" and "nmfile3.c"
are not installed to execute directory (/opt/ltp/testcases/bin).
To solve this problem, I suggest to apply this patch to Makefile
("${LTPROOT}/testcases/commands/ade/nm/Makefile).
============
--- Makefile 2009-10-10 02:55:44.000000000 +0900
+++ Makefile.new 2009-12-22 10:22:31.000000000 +0900
@@ -24,7 +24,7 @@
include $(top_srcdir)/include/mk/env_pre.mk
-INSTALL_TARGETS := nm01 nmfile.c
+INSTALL_TARGETS := nm01 nmfile.c nmfile1.c nmfile2.c
nmfile3.c
MAKE_TARGETS := $(patsubst $(abs_srcdir)/%.c,%.obj,$(wildcard
$(abs_srcdir)/*.c))
============
Thank you--
-Tomonori MItani
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list