On Wednesday 14 July 2010 22:18, Rob Landley wrote: > On Wednesday 14 July 2010 01:20:51 Denys Vlasenko wrote: > > fixed? > > http://busybox.net/downloads/fixes-1.17.0/busybox-1.17.0-acpid.patch > > Defconfig has CONFIG_AR=y, and busybox ar makes the zlib build unhappy: > > ar rc libz.a adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o > gzread.o > gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o > cc -O -D_LARGEFILE64_SOURCE=1 -o example example.o -L. libz.a > libz.a: could not read symbols: Archive has no index; run ranlib to add one > collect2: ld returned 1 exit status > > Not entirely sure why, they didn't specify s, but I guess ar creates the > index > by default when you create with c?
Need to look into it. For now, I set it to N in defconfig. busybox-1.17.0-build_system.patch is updated. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
