From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jan Nieuwenhuizen Newsgroups: gmane.lisp.guile.user Subject: Re: Guile and MS-Windows on Major Govt. Project... Date: Fri, 28 Jun 2002 10:11:53 +0200 Sender: guile-user-admin@gnu.org Message-ID: <878z4z960m.fsf@peder.flower> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1025251949 30941 127.0.0.1 (28 Jun 2002 08:12:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2002 08:12:29 +0000 (UTC) Cc: guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Nqrl-00082w-00 for ; Fri, 28 Jun 2002 10:12:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17NqrX-0006os-00; Fri, 28 Jun 2002 04:12:15 -0400 Original-Received: from node-d-3053.a2000.nl ([62.195.48.83] helo=peder.flower) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17NqrD-0006o3-00 for ; Fri, 28 Jun 2002 04:11:55 -0400 Original-Received: from localhost.localdomain ([127.0.0.1] helo=peder.flower) by peder.flower with esmtp (Exim 3.35 #1 (Debian)) id 17NqrC-0001qI-00; Fri, 28 Jun 2002 10:11:54 +0200 Original-To: David Lane Original-Lines: 35 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:665 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:665 David Lane writes: > ... I have gotten Guile 1.5.6 to build under Cygwin. That's great. > The end result is a DLL version (guile.exe is about 4K); presumably it's > simpler to get it all statically built. There were quite some issues building it statically, because the Guile config and build process seems to be ill prepared for cross compilation; it tries to run cross-compiled binaries. Anyone working on that, btw, or would you take a patch? > I have a unified diff but it's about 3MB since it includes the files that > get created by auto* (Makefile, Makefile.in, configure, etc). I'm rather interested in that, would you send me your full patch? Greetings, Jan. Btw: It should be real easy to exclude the autogenerated stuff, just do something like diff -purN --exclude=Makefile.in --exclude=configure ../guile.orig/ . and of course a 'make realclean' first in both directories. Once you get it down to a reasonable size, you can post your stripped patch here too, if you like. -- Jan Nieuwenhuizen | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user