From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F8sdal?= Newsgroups: gmane.lisp.guile.user Subject: Compiling guile on mingw32 Date: Tue, 5 Jun 2007 19:01:43 +0200 (CEST) Message-ID: <20070605185653.P21652@verden.pvv.ntnu.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1181062919 27617 80.91.229.12 (5 Jun 2007 17:01:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2007 17:01:59 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jun 05 19:01:57 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 1HvcPr-0008Bx-Re for guile-user@m.gmane.org; Tue, 05 Jun 2007 19:01:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvcPr-0002nZ-Gx for guile-user@m.gmane.org; Tue, 05 Jun 2007 13:01:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvcPn-0002nM-Ew for guile-user@gnu.org; Tue, 05 Jun 2007 13:01:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvcPm-0002ml-TX for guile-user@gnu.org; Tue, 05 Jun 2007 13:01:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvcPm-0002mi-PI for guile-user@gnu.org; Tue, 05 Jun 2007 13:01:50 -0400 Original-Received: from decibel.pvv.ntnu.no ([129.241.210.179]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HvcPl-0003Le-Td for guile-user@gnu.org; Tue, 05 Jun 2007 13:01:50 -0400 Original-Received: from verden.pvv.ntnu.no ([129.241.210.224] ident=andrearo) by decibel.pvv.ntnu.no with smtp (Exim 4.60) (envelope-from ) id 1HvcPf-0005vJ-No for guile-user@gnu.org; Tue, 05 Jun 2007 19:01:43 +0200 Original-Received: by verden.pvv.ntnu.no (sSMTP sendmail emulation); Tue, 5 Jun 2007 19:01:43 +0200 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:5962 Archived-At: Hello, 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) So I commented out the check for lltdl in configure, and ran it again. Then I got the following error message: checking for gethostname... no checking whether sethostname is declared... no checking for library containing crypt... no checking for cexp... yes checking for clog... yes checking for carg... yes checking whether csqrt is usable... no, glibc 2.3 bug 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. So it seems that configure is not able to find the two above error messages. I have also tried guile-core.unstable-20070429, and get the same problems there. Has anyone successfully been able to compile guile on mingw32? - Andreas _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user