Hi,

Please add -lm to LDADD in find/Makefile.am so it compiles nice on
uclibc.

Thanks!

--- findutils-4.3.4.orig/find/Makefile.am       2007-06-22 14:12:27 +0000
+++ findutils-4.3.4/find/Makefile.am    2007-06-22 14:12:57 +0000
@@ -26,7 +26,7 @@

 EXTRA_DIST = defs.h $(man_MANS)
 INCLUDES = -I../gnulib/lib -I$(top_srcdir)/lib -I$(top_srcdir)/gnulib/lib 
-I../intl -DLOCALEDIR=\"$(localedir)\"
-LDADD = ./libfindtools.a ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@ 
@LIB_CLOCK_GETTIME@
+LDADD = ./libfindtools.a ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@ 
@LIB_CLOCK_GETTIME@ -lm
 man_MANS = find.1
 SUBDIRS = testsuite

PS: CC me on response since im not on the list



_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to