help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Findutils Problems


From: Darrell Blake
Subject: Findutils Problems
Date: 07 Dec 2001 23:39:41 +0000

Hi,

I'm trying to compile findutils but when I type "make
LDFLAGS=-all-static" I get the following output...

for subdir in lib find xargs locate doc testsuite; do \
  echo making all in $subdir ; \
  (cd $subdir; make all); \
done
making all in lib
make[1]: Entering directory `/mnt/whizzy/usr/src/findutils-4.1/lib'
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O nextelem.c
nextelem.c:35: parse error before `__extension__'
nextelem.c:35: `__len' undeclared here (not in a function)
nextelem.c:35: initializer element is not constant
nextelem.c:35: parse error before `if'
nextelem.c:35: conflicting types for `__retval'
nextelem.c:35: previous declaration of `__retval'
nextelem.c:35: warning: data definition has no type or storage class
nextelem.c:35: parse error before `}'
make[1]: *** [nextelem.o] Error 1
make[1]: Leaving directory `/mnt/whizzy/usr/src/findutils-4.1/lib'
making all in find
make[1]: Entering directory `/mnt/whizzy/usr/src/findutils-4.1/find'
gcc -c -DHAVE_CONFIG_H -I.. -I../lib  -g -O fstype.c
fstype.c:34:15: macro "strstr" requires 2 arguments, but only 1 given
make[1]: *** [fstype.o] Error 1
make[1]: Leaving directory `/mnt/whizzy/usr/src/findutils-4.1/find'
making all in xargs
make[1]: Entering directory `/mnt/whizzy/usr/src/findutils-4.1/xargs'
gcc -c -DHAVE_CONFIG_H -I.. -I../lib  -g -O xargs.c
xargs.c:63:15: macro "strstr" requires 2 arguments, but only 1 given
make[1]: *** [xargs.o] Error 1
make[1]: Leaving directory `/mnt/whizzy/usr/src/findutils-4.1/xargs'
making all in locate
make[1]: Entering directory `/mnt/whizzy/usr/src/findutils-4.1/locate'
gcc -c -DHAVE_CONFIG_H -I.. -I../lib -DLOCATE_DB=\"/usr/local/var/locatedb\"  
-g -O ../find/version.c
make[1]: *** No rule to make target `../lib/libfind.a', needed by `locate'.  
Stop.
make[1]: Leaving directory `/mnt/whizzy/usr/src/findutils-4.1/locate'
making all in doc
make[1]: Entering directory `/mnt/whizzy/usr/src/findutils-4.1/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/whizzy/usr/src/findutils-4.1/doc'
making all in testsuite
make[1]: Entering directory `/mnt/whizzy/usr/src/findutils-4.1/testsuite'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/whizzy/usr/src/findutils-4.1/testsuite'

Note the amount of errors I get.

Can anyone help me?

Darrell





reply via email to

[Prev in Thread] Current Thread [Next in Thread]