From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from plane.gmane.org ([80.91.229.3]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1V9huo-00067R-GH for ptxdist@pengutronix.de; Wed, 14 Aug 2013 22:43:36 +0200 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V9hul-0000z1-TY for ptxdist@pengutronix.de; Wed, 14 Aug 2013 22:43:32 +0200 Received: from 74-85-144-234.ptr.onlive.net ([74.85.144.234]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Aug 2013 22:43:31 +0200 Received: from drkmask12 by 74-85-144-234.ptr.onlive.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Aug 2013 22:43:31 +0200 From: Matt Date: Wed, 14 Aug 2013 20:43:13 +0000 (UTC) Message-ID: Mime-Version: 1.0 Subject: [ptxdist] /usr/bin/ld: cannot find -lQtCore when running host-qt4 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de I'm having this problem after performing my migration. "g++ -L/opt/OSELAS.BSP/OnLive/OSELAS.BSP-OnLive-slab-1/platform-i586-2012.12.0 /sysroot-host/lib-Wl,-rpath -Wl,/opt/OSELAS.BSP/OnLive/OSELAS.BSP-OnLive-slab-1/platform-i586-2012.12.0 /sysroot-host/lib -Wl,-rpath -Wl,/this/is/a/long/path/to/make/host/tools/relocateable/with/chrpath /when/using/dev/packages -fno-exceptions -Wl,--no-undefined -Wl,-O1 -Wl,-rpath,/lib -Wl,-rpath,/lib -shared -Wl,-soname,libQtXml.so.4 -o libQtXml.so.4.8.5 .obj/release-shared-emb-x86_64/qdom.o .obj/release-shared-emb-x86_64 /qxml.o -L/opt/OSELAS.BSP/OnLive/OSELAS.BSP-OnLive-slab-1/platform-i586-2012.12.0 /build-host/qt-everywhere-opensource-src-4.8.5-build/lib -lQtCore -L/opt/OSELAS.BSP/OnLive/OSELAS.BSP-OnLive-slab-1/platform-i586-2012.12.0 /build-host/qt-everywhere-opensource-src-4.8.5-build/lib -lpthread /usr/bin/ld: cannot find -lQtCore collect2: error: ld returned 1 exit status make[2]: *** [../../lib/libQtXml.so.4.8.5] Error 1" My original ptxdist was pointed at 4.8.4 but that wasn't available on the site so I changed the md5sum and version to 4.8.5. I'm not really sure why the host would even be trying to install this because the target does not have it selected in my menuconfig. I went into host options but that is empty. Is there something I could do to turn this off? It looks like it is for graphics and my build shouldn't require anything beyond text so I'm not sure that's needed. -- ptxdist mailing list ptxdist@pengutronix.de