From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.lisp.guile.devel Subject: Re: c99 support Date: Sat, 23 Jun 2018 22:23:17 +0300 Message-ID: <83po0htihm.fsf@gnu.org> References: <878t7548ta.fsf@pobox.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1529781676 31456 195.159.176.226 (23 Jun 2018 19:21:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 23 Jun 2018 19:21:16 +0000 (UTC) Cc: guile-users@gnu.org, guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jun 23 21:21:12 2018 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fWo5v-00084z-VQ for guile-devel@m.gmane.org; Sat, 23 Jun 2018 21:21:12 +0200 Original-Received: from localhost ([::1]:39490 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWo80-0001lY-3y for guile-devel@m.gmane.org; Sat, 23 Jun 2018 15:23:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWo7p-0001lS-Kd for guile-devel@gnu.org; Sat, 23 Jun 2018 15:23:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWo7m-0004sB-Gn for guile-devel@gnu.org; Sat, 23 Jun 2018 15:23:09 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWo7m-0004s5-CP; Sat, 23 Jun 2018 15:23:06 -0400 Original-Received: from [176.228.60.248] (port=1211 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fWo7l-00016t-Pz; Sat, 23 Jun 2018 15:23:06 -0400 In-reply-to: <878t7548ta.fsf@pobox.com> (message from Andy Wingo on Sat, 23 Jun 2018 21:11:29 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.devel:19555 Archived-At: > From: Andy Wingo > Date: Sat, 23 Jun 2018 21:11:29 +0200 > Cc: guile-devel@gnu.org > > Is there anyone who compiles Guile with a compiler that does not support > C99? If so, please give platform and compiler. You mean C99 compiler or C99 C run-time library? Or both? MS-Windows (MinGW) doesn't have a C99 compliant C library, although quite a few of what's needed is present.