Hi, On Tue, Dec 15, 2009 at 04:24:46PM +0100, Alexander Stapff wrote: > PHP5 and QWT are fine now, bot compiling the qt examples stops with a linker > error (cannot find -lQtTest).
Please try the attached patch for ptxdist. If it still fails send the output of "ptxdist -ji1 targetinstall qt4". Regards, Michael Olbrich -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
diff --git a/rules/qt4.make b/rules/qt4.make index 6728f75..53a5de3 100644 --- a/rules/qt4.make +++ b/rules/qt4.make @@ -58,7 +58,7 @@ $(STATEDIR)/qt4.extract: # don't use CROSS_ENV. Qt uses mkspecs for instead. QT4_ENV := $(CROSS_ENV_FLAGS) $(CROSS_ENV_PKG_CONFIG) QT4_PATH := PATH=$(CROSS_PATH) -QT4_INSTALL_OPT := INSTALL_ROOT=$(QT4_PKGDIR) +QT4_INSTALL_OPT := INSTALL_ROOT=$(QT4_PKGDIR) -i ifdef PTXCONF_ARCH_ARM_V6 QT4_ARCH = armv6
-- ptxdist mailing list [email protected]
