On Fri, Feb 04, 2011 at 02:27:54PM -0500, Michael Poole wrote: > org.openembedded.dev/recipes/udev/attr_2.4.44.bb contains this line: > LDFLAGS_append_libc-uclibc += " -lintl" > > When generating a squashfs image, the build process apparently needs > attr-native (-2.4.44-r4 on my machine). > > My (Ubuntu x86_64) host machine doesn't have a libintl.so anywhere, or > any obvious package to install it, and the line suggests that it is > only meant to be added for uclibc builds. > > What is the best way to fix or work around this? > > Michael Poole >
Hi, libintl is build within oe. Either provided from gettext or from libintl-proxy. Bye Henning _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
