From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Fri, 27 Nov 2009 11:06:04 +0100 Subject: [Buildroot] Found my LIBICONV problem, just ignore that one. In-Reply-To: <1259312048.19800.14.camel@bender> (Sven Neumann's message of "Fri\, 27 Nov 2009 09\:54\:08 +0100") References: <200911261621.41946.minimod@morethan.org> <1259312048.19800.14.camel@bender> Message-ID: <87aay8704z.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Sven" == Sven Neumann writes: Sven> On Thu, 2009-11-26 at 16:21 -0600, Michael S. Zick wrote: >> BR2_PACKAGE_PKG_CONFIG -> BR2_PACKAGE_LIBGLIB2 -> BR2_PACKAGE_LIBINTL && BR2_PACKAGE_LIBICONV Sven> This dependency chain is wrong though, as far as I can see. pkg-config Sven> comes with its own copy of glib-1.2.10. It doesn't need libglib2 and it Sven> doesn't need libintl or iconv either. Yes, you can either use the embedded glib copy or you can build with --with-installed-glib. We do the latter for the target because the embedded copy doesn't cross compile easily (and we already did the work for the glib package). It's a bit of extra bloat if you want pkg-config and not glib, but as you only need pkg-config if you have an entire toolchain, adding glib as well is probably not a big deal. -- Bye, Peter Korsgaard