From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RWJic-000744-Ue for garchives@archives.gentoo.org; Fri, 02 Dec 2011 03:23:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AD18E0527; Fri, 2 Dec 2011 03:23:12 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 02BF821C026 for ; Fri, 2 Dec 2011 03:22:31 +0000 (UTC) Received: by ghbg18 with SMTP id g18so3069886ghb.40 for ; Thu, 01 Dec 2011 19:22:31 -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=SZUrlSmbyJaIf7A8joZdFcl0YtJ7IzO+fOZOp46TOuk=; b=a1bCLJhOFX0U8AOwXeOD7JAwEb8lHtENf6bOXZpXi5SgBsAVtK4Gc8Wrvdp4uaO1Rt uVPh7jO5oCMgXdFuHWluZFgaA2pk6sv2aUUiGE6SqIjillQ6E5PpIOVmXDHPWkOtLqq+ FpRvbT0ONYZa4gqZDqtB3ptP03qd8T+hx34Fs= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.101.109.8 with SMTP id l8mr2410149anm.19.1322796150989; Thu, 01 Dec 2011 19:22:30 -0800 (PST) Received: by 10.150.136.2 with HTTP; Thu, 1 Dec 2011 19:22:30 -0800 (PST) Date: Fri, 2 Dec 2011 00:22:30 -0300 Message-ID: Subject: [gentoo-dev] Linking Stage, building a ebuild From: Willian Vale da Rocha To: gentoo-dev@lists.gentoo.org Content-Type: multipart/alternative; boundary=001636ed720cb0a2ef04b3137a55 X-Archives-Salt: 26cc1812-08fe-4490-97c2-875f2106460d X-Archives-Hash: 7f5d09b27b7428f3f20dbf2cdd659fac --001636ed720cb0a2ef04b3137a55 Content-Type: text/plain; charset=ISO-8859-1 I'm writing a ebuild for GNU Radio, just to learn how to write and i doesn't found any where(or i was looking for wrong) how to define a LDFLAGS for the linking stage. GNU Radio need this because they use their library. If i don't explain correct, i going to show the line command that i trying to explain
./configure --prefix=$HOME/image LDFLAGS="-L$HOME/image/lib64
<\pre>
If i need to define prefix, how can i do it, and How can i use the LDFLAGS
in ebuild

Sorry about the english

--001636ed720cb0a2ef04b3137a55
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

I'm writing a ebuild for GNU Radio, just to learn how to write and i do=
esn't found any where(or i was looking for wrong) how to define a LDFLA=
GS for the linking stage. GNU Radio need this because they use their librar=
y.
If i don't explain correct, i going to show the line command that i try= ing to explain
<pre>
./configure --prefix=3D$HOME/image LDFLAGS= =3D"-L$HOME/image/lib64
<\pre>
If i need to define prefix,= how can i do it, and How can i use the LDFLAGS in ebuild

Sorry about the english
--001636ed720cb0a2ef04b3137a55--