From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Problem to compile g-wrap Date: Wed, 05 Oct 2011 12:11:54 +0200 Message-ID: <87zkhf4uj9.fsf@gnu.org> References: <1317513190.5620.4.camel@german-desktop> <1317682734.5618.3.camel@german-desktop> <87y5x05yf3.fsf@gnu.org> <1317772814.9047.4.camel@german-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1317809531 29079 80.91.229.12 (5 Oct 2011 10:12:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2011 10:12:11 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Oct 05 12:12:07 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RBOSL-0005zB-Nn for guile-user@m.gmane.org; Wed, 05 Oct 2011 12:12:05 +0200 Original-Received: from localhost ([::1]:41881 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBOSL-0001EH-5o for guile-user@m.gmane.org; Wed, 05 Oct 2011 06:12:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBOSE-0001E3-KD for guile-user@gnu.org; Wed, 05 Oct 2011 06:12:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBOSC-00012x-Dd for guile-user@gnu.org; Wed, 05 Oct 2011 06:11:58 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:50387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBOSC-00012k-6n for guile-user@gnu.org; Wed, 05 Oct 2011 06:11:56 -0400 X-IronPort-AV: E=Sophos;i="4.68,490,1312149600"; d="scan'208";a="122882145" Original-Received: from reverse-83.fdn.fr (HELO pluto) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 05 Oct 2011 12:11:55 +0200 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 =?iso-8859-1?Q?Vend=E9miaire?= an 220 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <1317772814.9047.4.camel@german-desktop> (=?iso-8859-1?Q?=22G?= =?iso-8859-1?Q?erm=E1n?= Arias"'s message of "Tue, 04 Oct 2011 18:00:14 -0600") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.134.164.82 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8849 Archived-At: Hi, Germ=C3=A1n Arias skribis: > guile-2.0.pc is at /usr/local/lib/pkgconfig. But I get the same output. > Which should be the output of 'pkg-config guile-2.0'? If I run this, I > get: > > german@german-desktop:~/Instalados/g-wrap-1.9.13$ pkg-config guile-2.0 Try =E2=80=98pkg-config --print-errors guile-2.0=E2=80=99. Ludo=E2=80=99.