From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: guile with cygwin, undefined reference to `WinMain@16' Date: 21 Mar 2002 23:09:11 +0000 Sender: guile-devel-admin@gnu.org Message-ID: References: <8D1414482878D4119AEE00508B6C9074089662B7@seacex02.eib.electrabel.be> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016752707 8654 127.0.0.1 (21 Mar 2002 23:18:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2002 23:18:27 +0000 (UTC) Cc: guile-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oBpD-0002FT-00 for ; Fri, 22 Mar 2002 00:18:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oBov-0007VJ-00; Thu, 21 Mar 2002 18:18:09 -0500 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oBnW-0007Tf-00 for ; Thu, 21 Mar 2002 18:16:42 -0500 Original-Received: from portalet.ossau.uklinux.net (IDENT:root@ppp-4b-88.3com.telinco.net [212.159.135.88]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id g2LNGcp24910; Thu, 21 Mar 2002 23:16:38 GMT Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (neil@laruns.ossau.uklinux.net [192.168.1.3]) by portalet.ossau.uklinux.net (8.9.3/8.8.7) with ESMTP id XAA02074; Thu, 21 Mar 2002 23:13:07 GMT Original-To: Sebastien.deMentendeHorne@electrabel.com Original-Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:144 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:144 >>>>> "Sebastien" == Sebastien deMentendeHorne writes: Sebastien> Hi, I am trying to compile guile-1.5.6 with the latest Sebastien> cygwin environment. Sebastien> After some manual clean up (as removing HAVE_WINSOCK2_H Sebastien> and dealing with weird .lo files containing Sebastien> "timestamp"), I got an error in libguile/ that mentions Sebastien> an undefined reference to WinMain@16 Sebastien> . Is it just a matter of linking Sebastien> with an additional library or is it a deeper problem ? [Speaking from a position of almost complete ignorance ...] It looks more like a general cygwin problem than a Guile-specific thing, because the undefined reference comes from within libcygwin.a. I suggest checking the latest cygwin news and bug reports. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel