From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Gm4X2-0005DV-Qy for garchives@archives.gentoo.org; Mon, 20 Nov 2006 08:29:37 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAK8S1Mh012468; Mon, 20 Nov 2006 08:28:01 GMT Received: from mpls-qmqp-03.inet.qwest.net (mpls-qmqp-03.inet.qwest.net [63.231.195.114]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAK8S0nL023202 for ; Mon, 20 Nov 2006 08:28:00 GMT Received: from mpls-pop-13.inet.qwest.net (mpls-pop-13.inet.qwest.net [63.231.195.13]) by mpls-qmqp-03.inet.qwest.net (Postfix) with QMQP id 157E46220D1 for ; Mon, 20 Nov 2006 06:28:26 +0000 (UTC) Received: from unknown (HELO ?10.33.3.6?) (206.53.51.4) by mpls-pop-13.inet.qwest.net with SMTP; 20 Nov 2006 06:28:25 -0000 Date: Sun, 19 Nov 2006 23:25:36 -0700 Message-Id: <200611192325.37234.corey@bitworthy.net> From: "Corey" To: gentoo-embedded@lists.gentoo.org Organization: BitWorthy Subject: [gentoo-embedded] perl / -lgcc_s User-Agent: KMail/1.9.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 8d4ec150-d33e-4a87-a8e2-4e331d71d39f X-Archives-Hash: 37402ebc18c2c7f4cf73cec50a53ae0e Ok, well - after much effort, it looks like I'm just not going to be successful cross compiling perl. So I decided on a new strategy: I'd compile perl manually while chroot'd into my minimal uclibc-based gentoo partition. However, things go fine until the make process dies with the following: "/usr/lib/gcc/i686-pc-linux-uclibc/4.1.1/../../../../i686-pc-linux-uclibc/bin/ld: cannot find -lgcc_s" Well, this is highly annoying, because I do in fact have libgcc_s.so.1: scanner lib # pwd /usr/i686-pc-linux-uclibc/lib scanner lib # ls -l libgcc_s* -rwxr-xr-x 1 root root 34980 Nov 20 03:51 libgcc_s.so -rwxr-xr-x 1 root root 34980 Nov 20 03:51 libgcc_s.so.1 scanner lib # readelf -d libgcc_s.so.1 Dynamic section at offset 0x7834 contains 21 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [libc.so.0] 0x0000000e (SONAME) Library soname: [libgcc_s.so.1] I even went and copied thos libgcc_s.so* into every lib directory I could think of, but it keeps complaining nonetheless. I'm really stumped here - why is it saying it can't find it? Thanks -- gentoo-embedded@gentoo.org mailing list