From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Linas Vepstas Newsgroups: gmane.lisp.guile.user Subject: Re: Bug in Guile DBI Makefile.am Date: Fri, 27 May 2011 10:37:30 -0500 Message-ID: References: <19564.201.116.4.146.1306448061.squirrel@lavabit.com> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1306510685 27172 80.91.229.12 (27 May 2011 15:38:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 May 2011 15:38:05 +0000 (UTC) Cc: guile-user@gnu.org To: romel@lavabit.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri May 27 17:37:58 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 1QPz6r-0001kG-CN for guile-user@m.gmane.org; Fri, 27 May 2011 17:37:57 +0200 Original-Received: from localhost ([::1]:44179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPz6r-0002i5-16 for guile-user@m.gmane.org; Fri, 27 May 2011 11:37:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPz6o-0002hy-TU for guile-user@gnu.org; Fri, 27 May 2011 11:37:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPz6m-0001Dw-SQ for guile-user@gnu.org; Fri, 27 May 2011 11:37:54 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:39891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPz6m-0001Dm-Mg for guile-user@gnu.org; Fri, 27 May 2011 11:37:52 -0400 Original-Received: by fxm18 with SMTP id 18so1704158fxm.0 for ; Fri, 27 May 2011 08:37:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=CCbOuNwNf6S6RkL5ubRT69JWoYFYDI7FK89ohza5USs=; b=cxqF7ws2qq05H0oLj2AymsaqLICND87XZNZecBy2LOfi7h/BkyI1xcnhTJIjK/VQjP ych0om/jrC6Jdw6EUTzMSbdgevk6BmbegDjPQMUYU2axzXTg8R4/5iHfBEZ5HidvLWkU st3tAX1b/OqNnPQtFoq7FvXnjgQ8gVDadJAJ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=lHgt38SsKHvcM3qDHflRBZVr7shNdNVNFjB7kN7u1yCcHqak98K3Cx9nS3ipidh0op tlc93TSS+n6Ep4a5PJFNLeeFlHO1OyiS+cPol9E6bl6IaZe7shejpuNqO5TIZtc8x22+ 0d5ZxLzy3BnUTilHRzHi0cmEf+1qD1F8TReSU= Original-Received: by 10.223.63.139 with SMTP id b11mr1141818fai.147.1306510671119; Fri, 27 May 2011 08:37:51 -0700 (PDT) Original-Received: by 10.223.144.149 with HTTP; Fri, 27 May 2011 08:37:30 -0700 (PDT) In-Reply-To: <19564.201.116.4.146.1306448061.squirrel@lavabit.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 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:8622 Archived-At: Hi, On 26 May 2011 17:14, wrote: > > I think I found a bug in Guile DBI 2.1.4 > > It's in the src/test/Makefile.am file at line 32. The lib "-lguile" should > be removed to successfuly compile under Guile 2.0 Thanks, I'll try to look at this 'real soon now'. --linas