From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: More problems on HP-UX ... 3 Date: Mon, 03 May 2004 08:56:24 +1000 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <87vfjexwtj.fsf@zip.com.au> References: <87pt9t9h6z.fsf@zip.com.au> <87pt9nc19m.fsf@zip.com.au> <2B9A594E-9C07-11D8-BCCF-000D93673682@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1083538758 14445 80.91.224.253 (2 May 2004 22:59:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 May 2004 22:59:18 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon May 03 00:59:09 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKPvR-0002wa-00 for ; Mon, 03 May 2004 00:59:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKPup-0007vE-TN for guile-bugs@m.gmane.org; Sun, 02 May 2004 18:58:31 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BKPuk-0007t5-1A for bug-guile@gnu.org; Sun, 02 May 2004 18:58:26 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKPtO-0006yu-1m for bug-guile@gnu.org; Sun, 02 May 2004 18:57:34 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKPsv-00063Z-RC for bug-guile@gnu.org; Sun, 02 May 2004 18:56:34 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i42MuT4u032554 for ; Mon, 3 May 2004 08:56:29 +1000 Original-Received: from localhost (ppp2A37.dyn.pacific.net.au [61.8.42.55]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i42MuSI1021920 for ; Mon, 3 May 2004 08:56:28 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1BKPsm-0000LA-00; Mon, 03 May 2004 08:56:24 +1000 Original-To: bug-guile@gnu.org In-Reply-To: <2B9A594E-9C07-11D8-BCCF-000D93673682@gmx.net> (Andreas =?iso-8859-1?q?V=F6gele's?= message of "Sun, 2 May 2004 09:06:01 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1387 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1387 Andreas V=F6gele writes: > > But it's more robust to define _POSIX_C_SOURCE in configure.in since > developers who don't work on HP-UX don't have to remember to put the > definition at the top of files that use reentrant functions. I believe it's not hpux specific but in theory applies everywhere, depending what the defaults for the libc are. glibc insulates one from such things, mostly. CFLAGS is not a good place, since mucking about with flags in configure is always best avoided if possible. But _scm.h or config.h would be possibilities, especially as I say if it's wanted just about everywhere. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile