From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pz0-f48.google.com (mail-pz0-f48.google.com [209.85.210.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E8588E00305 for ; Tue, 15 Nov 2011 04:02:57 -0800 (PST) Authentication-Results: yocto-www.yoctoproject.org; dkim=pass (1024-bit key; insecure key) header.i=@gmail.com; x-dkim-adsp=none (insecure policy) Received: by pzk32 with SMTP id 32so16757142pzk.7 for ; Tue, 15 Nov 2011 04:02:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=g7GiMOLSHqOsLHpSNikqcPGq5Y5Avn+WZA1I7JzmuMQ=; b=VJuUt/Fr2bbP6yZ9i62zn/juWLFmZZYgtEnymJWbcYHyd5jzneU4Qay47lhIaHa1sM DSSwPQgCczXyyPmli5sSx2MESWnV78hriqPfJ0RcKYiPiodksg5g1Z8ZhL/ua0snz8ok epYr3itsHcXcUAmC1MKND+V3trX7YemFqe5HY= MIME-Version: 1.0 Received: by 10.68.120.230 with SMTP id lf6mr22156190pbb.96.1321358577561; Tue, 15 Nov 2011 04:02:57 -0800 (PST) Received: by 10.68.47.97 with HTTP; Tue, 15 Nov 2011 04:02:57 -0800 (PST) Date: Tue, 15 Nov 2011 15:02:57 +0300 Message-ID: From: Mike Tsukerman To: yocto@yoctoproject.org Subject: libtool problems X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2011 12:02:58 -0000 Content-Type: multipart/alternative; boundary=f46d04479697a2ef9c04b1c4c41f --f46d04479697a2ef9c04b1c4c41f Content-Type: text/plain; charset=ISO-8859-1 Hello, I've found some problems with toolchain on target rootfs. It does not depends on what architecture i've building for. For example i want to build something on target rootfs. Downloading tar archive with sources and building it. Sometimes libtool says about old versions of package files. Upgrade of these files with libtoolize --copy --force and aclocal does not always solve problems. Sometimes it says that libXXX.la files have wrong format. I'll be very pleased if you help me solve this problems. -- Best regards, Mike Tsukerman jabber: miketsukerman@gmail.com jabber: warzon@jabnet.org skype: w_a_r_z_o_n --f46d04479697a2ef9c04b1c4c41f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,

I've found some = problems with toolchain on target rootfs.=A0
It does not depends = on what architecture i've building for.=A0

For= example i want to build something on target rootfs.
Downloading tar archive with sources and building it. Sometimes=A0
libtool says about old versions of package files. Upgrade of these f= iles with

libtoolize --copy --force and aclocal=A0=

does not always solve problems.=A0
Sometimes = it says that libXXX.la files have wrong format.=A0

I'll be very pleased if you help me solve this problems.

-- <= br> Best regards, Mike Tsukerm= an

jabber: miketsukerman@gmail.comjabber: warzon@jabnet.org
skype: w_a_r_z_o_n


--f46d04479697a2ef9c04b1c4c41f-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E9C80E00305 for ; Tue, 15 Nov 2011 06:02:09 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id pAFE27DU023114 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 15 Nov 2011 06:02:07 -0800 (PST) Received: from [128.224.162.196] (128.224.162.196) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Tue, 15 Nov 2011 06:02:07 -0800 Message-ID: <4EC270DE.2030908@windriver.com> Date: Tue, 15 Nov 2011 22:02:06 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Mike Tsukerman References: In-Reply-To: Cc: yocto@yoctoproject.org Subject: Re: libtool problems X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2011 14:02:10 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Maybe "autoreconf -fi" helps, autoreconf will also run "libtool" where appropriate. // Robert On 11/15/2011 08:02 PM, Mike Tsukerman wrote: > Hello, > > I've found some problems with toolchain on target rootfs. > It does not depends on what architecture i've building for. > > For example i want to build something on target rootfs. > Downloading tar archive with sources and building it. Sometimes > libtool says about old versions of package files. Upgrade of these files > with > > libtoolize --copy --force and aclocal > > does not always solve problems. > Sometimes it says that libXXX.la files have wrong format. > > I'll be very pleased if you help me solve this problems. > > > > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto