From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Problems with guile-sqlite3 Date: Thu, 21 Apr 2011 14:17:15 +0200 Message-ID: References: <20110401023323.32041242@rascar> <20110401200551.2f7c4135@rascar> <20110420122255.146f8f4c@rascar> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1303389057 32139 80.91.229.12 (21 Apr 2011 12:30:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2011 12:30:57 +0000 (UTC) Cc: guile-devel@gnu.org, David Pirotte To: Detlev Zundel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Apr 21 14:30:51 2011 Return-path: Envelope-to: guile-devel@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 1QCt1z-0002SA-Cl for guile-devel@m.gmane.org; Thu, 21 Apr 2011 14:30:47 +0200 Original-Received: from localhost ([::1]:40788 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCt1y-0002iy-M4 for guile-devel@m.gmane.org; Thu, 21 Apr 2011 08:30:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCt1v-0002ih-Md for guile-devel@gnu.org; Thu, 21 Apr 2011 08:30:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCt1u-0001vx-Ef for guile-devel@gnu.org; Thu, 21 Apr 2011 08:30:43 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:53606 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCt1u-0001vs-CK for guile-devel@gnu.org; Thu, 21 Apr 2011 08:30:42 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 2E1473CAA; Thu, 21 Apr 2011 08:32:42 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=/2uvxTkyFmffTnZtAFmGEGfw25Y=; b=wJ8oT/ ro79giMKDu/nYgr1/v6Af+SN6K+CwDTO/9g+KBi2UzAW/tixOVge/5nAoUnig5UK 3Wg5hx0X1z2F7ZXI16wNhcY+4vobo1N8YFzw31nuDKeOYUv718EBfi7rzD992jn5 lmn9QGwMz7f0IBHu8DSGG3iUL9vgofbFr87x8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=MdDx6os6l8ha2yNQQmsquPAU0O4r1Av4 tY7wKdeBw2JFcvrucchSOCwj9mjp7M6ey9i41yxyFdcGNN+1i5mLU1oJAB/TWxv6 +6NCtHFtH7K/JcuBchE1htgAfEVLLgX4i++5m4sqzzVM9JCcRPNyqV14QvQZsJXT EIk706vCs0w= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 0B0B33CA7; Thu, 21 Apr 2011 08:32:39 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 3B5C63CA6; Thu, 21 Apr 2011 08:32:35 -0400 (EDT) In-Reply-To: (Detlev Zundel's message of "Wed, 20 Apr 2011 17:51:53 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 71BEF42E-6C13-11E0-8A0A-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12305 Archived-At: On Wed 20 Apr 2011 17:51, Detlev Zundel writes: >> I'd love to have a './configure --prefix=... && make install' [even though there is >> only only file for the time being], could you help me doing the setup or point me >> a tutorial a could read with regards these matters? > > Duew to using autoconf, the project already takes care that it hooks > into the guile which is accessible at "./configure" times. "make > install" works for me out of the box: Perhaps David was missing the fact that you need to run `autoreconf -vif' to generate ./configure. Cheers, Andy -- http://wingolog.org/