Lines Matching full:make
6 1. In order to compile ltp you must have make 3.80+ (make 3.81 preferred).
19 make 3.81 can be obtained here:
20 - http://ftp.gnu.org/gnu/make/make-3.81.tar.bz2
42 $ make autotools # This must be run from "$TOP_SRCDIR"!
74 Before getting started, you should make sure that your build directory and
77 with any [Gnu?] make based opensource project.
94 $ make all
95 $ make \
125 $ make \
130 $ make \
150 4> make all
151 5> make install
206 expect to find server files in certain locations. Make sure to compile
261 command-line when running make.
265 Specify UCLINUX=1 when calling make; -DUCLINUX=1 use is deprecated and highly
296 checking whether make sets $(MAKE)... yes
301 Issue: When executing make [all] it says:
303 " *** No rule to make target `/$*', needed by `pan-all'. Stop."
305 Solution: You must upgrade to make 3.81. Please see the Requirements section above.
307 Issue: When executing make [all] it says something like:
314 make[1]: Leaving directory `/scratch/ltp-dev2/ltp/include'
315 make -C lib -f "/scratch/ltp-dev2/ltp/lib/Makefile" all
316 make[1]: Entering directory `/scratch/ltp-dev2/ltp/lib'
317 " *** No rule to make target `dataascii.o', needed by `libltp.a'. Stop." # <-- the error
323 Issue: When executing make (no target, 3.80), it does the following, and doesn't execute all:
326 make -C testcases/realtime autotools
327 make[1]: Entering directory `/scratch/ltp/testcases/realtime'
329 make[1]: Leaving directory `/scratch/ltp/testcases/realtime'