The previous test is failing because the mutex_attr stubs are not present in libc. The work around is to add --enable-pthread=yes on ./configure.
That triggers another failure; the configure test is looking for a clean stderr. The openwrt compiler is producing this warning: cc1: note: someone does not honour COPTS correctly, passed 0 times Now I have to figure out how to suppress that note to get it to configure right. -- Jon Smirl [email protected] _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
