From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludovic.courtes@laas.fr (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Compiling guile on mingw32 Date: Wed, 06 Jun 2007 10:05:07 +0200 Organization: LAAS-CNRS Message-ID: <87tztl5wzw.fsf@laas.fr> References: <20070605185653.P21652@verden.pvv.ntnu.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1181117153 23396 80.91.229.12 (6 Jun 2007 08:05:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2007 08:05:53 +0000 (UTC) Cc: guile-user@gnu.org To: Andreas =?iso-8859-1?Q?R=F8sdal?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jun 06 10:05:50 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HvqWK-0005OY-9a for guile-user@m.gmane.org; Wed, 06 Jun 2007 10:05:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvqWI-00069w-PJ for guile-user@m.gmane.org; Wed, 06 Jun 2007 04:05:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvqW4-00069R-KK for guile-user@gnu.org; Wed, 06 Jun 2007 04:05:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvqW2-00068P-D0 for guile-user@gnu.org; Wed, 06 Jun 2007 04:05:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvqW1-00068E-Ps for guile-user@gnu.org; Wed, 06 Jun 2007 04:05:13 -0400 Original-Received: from laas.laas.fr ([140.93.0.15]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HvqW0-0006ob-CK for guile-user@gnu.org; Wed, 06 Jun 2007 04:05:13 -0400 Original-Received: from messiaen.laas.fr (messiaen [IPv6:2001:660:6602:0:230:65ff:fed4:9d20]) by laas.laas.fr (8.13.8/8.13.8) with SMTP id l56854ep000423; Wed, 6 Jun 2007 10:05:04 +0200 (MEST) Original-Received: by messiaen.laas.fr (sSMTP sendmail emulation); Wed, 06 Jun 2007 10:05:08 +0200 X-URL: http://www.laas.fr/~lcourtes/ X-Revolutionary-Date: 18 Prairial an 215 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: powerpc-unknown-linux-gnu Mail-Followup-To: Andreas =?iso-8859-1?Q?R=F8sdal?= , guile-user@gnu.org In-Reply-To: <20070605185653.P21652@verden.pvv.ntnu.no> (Andreas =?iso-8859-1?Q?R=F8sdal's?= message of "Tue, 5 Jun 2007 19:01:43 +0200 (CEST)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Spam-Score: -0.001 () NO_RELAYS X-Scanned-By: MIMEDefang at CNRS-LAAS on IPv6:2001:660:6602::2 X-MIME-Autoconverted: from 8bit to quoted-printable by laas.laas.fr id l56854ep000423 X-detected-kernel: Solaris 10 (beta) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5964 Archived-At: Hi, Andreas R=F8sdal writes: > I'm trying to compile guile 1.8.1 for the mingw32 platform on Windows. > When running configure, I get this error message: > > > checking for lt_dlinit in -lltdl... no > configure: error: libltdl not found. See README. > > > However, I have compiled and installed libtool. (libtool-1.5.22) [...] > checking for __gmpz_init in -lgmp... no > configure: error: GNU MP not found, see README > > Then I compiled and installed GNU MP (gmp-4.2.1). > However, I the above still occurs after installing GNU MP. Can you look at the generated `config.log' and find the relevant lines? That is, search for "ltdl" and "gmp"; `config.log' will contain the exact compiler/linker error message that led it to think libltdl and GMP are not available, and it will also contain a line indicating "failed program was:", followed by the program that failed to compile/link. That should be helpful in trying to nail down the exact cause of the problem. Thanks, Ludovic. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user