From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12037 invoked by alias); 18 Jul 2007 08:01:28 -0000 Received: (qmail 12026 invoked by uid 22791); 18 Jul 2007 08:01:28 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 18 Jul 2007 08:01:15 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.43) id 1IB4Vf-0007gv-62; Wed, 18 Jul 2007 10:03:48 +0200 Subject: Re: frysk-imports/tests Makefile.am ChangeLog From: Mark Wielaard To: frysk@sourceware.org Cc: npremji@sourceware.org In-Reply-To: <20070717205605.10360.qmail@sourceware.org> References: <20070717205605.10360.qmail@sourceware.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-H9ea38jdNAnMsEbhUf5d" Date: Wed, 18 Jul 2007 08:01:00 -0000 Message-Id: <1184745671.3652.16.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) X-Spam-Score: -4.4 (----) X-Virus-Checked: Checked by ClamAV on sourceware.org X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00146.txt.bz2 --=-H9ea38jdNAnMsEbhUf5d Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 1097 Hi Nurdin, On Tue, 2007-07-17 at 20:56 +0000, npremji@sourceware.org wrote: > Log message: > frysk-imports/tests/CL > * Makefile.am (systests_XFAIL_PROGRAMS): Removed frysk4796/dwfltest. > (system_PASS_PROGRAMS): Added frysk4796/dwfltest. You also need to add the in-tree libelf include path explicitly, otherwise you pick up the wrong gelf.h file (or in my case, on a machine without libelf-devel installed you won't find gelf.h at all): 2007-07-18 Mark Wielaard * Makefile.am (frysk4796_dwfltest_CFLAGS): Add -I$(top_srcdir)/elfutils/libelf. Cheers, Mark diff -u -r1.114 Makefile.am --- Makefile.am 17 Jul 2007 20:56:05 -0000 1.114 +++ Makefile.am 18 Jul 2007 08:00:30 -0000 @@ -513,7 +513,7 @@ chmod a+x $@ =20 frysk4796_dwfltest_CFLAGS =3D -I$(top_srcdir)/elfutils/libdwfl \ --I$(top_srcdir)/elfutils/libdw +-I$(top_srcdir)/elfutils/libdw -I$(top_srcdir)/elfutils/libelf frysk4796_dwfltest_LDADD =3D -ldl $(top_builddir)/elfutils/libdw/libdw.a \ $(top_builddir)/elfutils/libebl/libebl.a \ $(top_builddir)/elfutils/libelf/libelf.a --=-H9ea38jdNAnMsEbhUf5d Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBGncjCxVhZCJWr9QwRApIrAJ0Vwag8lty+oX2s2O0XcFCblCbizgCfaUGV 2P9GRBCf1dmk+WzkuKcn/0U= =ICF3 -----END PGP SIGNATURE----- --=-H9ea38jdNAnMsEbhUf5d--