On Wed, Jul 29, 2009 at 11:59 AM, Kumar Gala<[email protected]> wrote: > > On Jul 29, 2009, at 1:55 PM, Garrett Cooper wrote: > >> On Wed, Jul 29, 2009 at 11:33 AM, Kumar Gala<[email protected]> >> wrote: >>> >>> I get the following compile error: >>> >>> make[4]: Leaving directory `/root/ltp/testcases/kernel/syscalls/fstat' >>> make[4]: Entering directory `/root/ltp/testcases/kernel/syscalls/ >>> fstatat' >>> cc -Wall -I../../include -g -Wall -I../../../../include -Wall - >>> DTST_USE_NEWER64_SYSCALL=1 -D_FILE_OFFSET_BITS=64 -c -o >>> fstatat01_64.o fstatat01.c >>> fstatat01.c:95:37: error: missing binary operator before token "5" >>> fstatat01.c: In function 'main': >>> fstatat01.c:126: error: expected ')' before numeric constant >>> make[4]: *** [fstatat01_64.o] Error 1 >>> make[4]: Leaving directory `/root/ltp/testcases/kernel/syscalls/fstatat' >>> make[3]: *** [all] Error 2 >>> make[3]: Leaving directory `/root/ltp/testcases/kernel/syscalls' >>> make[2]: *** [all] Error 2 >>> make[2]: Leaving directory `/root/ltp/testcases/kernel' >>> make[1]: *** [all] Error 2 >>> make[1]: Leaving directory `/root/ltp/testcases' >>> make: *** [all] Error 2 >> >> Got config.log? > > Nope, I tried doing the non-autoconf build: > > $ touch include/config.h.default > $ make config.h > $ make all > > when I try the autoconf build I get: > > [r...@monty ltp]# make autotools > aclocal -I m4 > autoconf > configure.ac:9: error: possibly undefined macro: AC_PROG_AR > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > make: *** [configure] Error 1
That's odd why it wouldn't work. `yum search autoconf automake m4' says? -Garrett ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
