From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Aaron Turner" Newsgroups: gmane.lisp.guile.user Subject: Re: Building shared libs (DLL) under Cygwin (1.8.4) Date: Thu, 1 May 2008 15:22:16 -0700 Message-ID: <1ca1c1410805011522o39513f19t2f4e3bed2fcd5273@mail.gmail.com> References: <1ca1c1410804301357y5d9023c5ha5ddedcd17e69666@mail.gmail.com> <87iqxyz93k.fsf@ossau.uklinux.net> <481A1027.3010700@gmail.com> <1ca1c1410805011453o69963566q2133d1063ca37c9d@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209680591 8063 80.91.229.12 (1 May 2008 22:23:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 22:23:11 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri May 02 00:23:46 2008 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 1JrhBq-0007Hv-6z for guile-user@m.gmane.org; Fri, 02 May 2008 00:23:46 +0200 Original-Received: from localhost ([127.0.0.1]:42073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrhB9-0006WS-39 for guile-user@m.gmane.org; Thu, 01 May 2008 18:23:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrhAU-0006A5-Md for guile-user@gnu.org; Thu, 01 May 2008 18:22:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrhAT-00069X-MC for guile-user@gnu.org; Thu, 01 May 2008 18:22:21 -0400 Original-Received: from [199.232.76.173] (port=35995 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrhAT-00069R-FB for guile-user@gnu.org; Thu, 01 May 2008 18:22:21 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.152]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrhAT-00045c-9q for guile-user@gnu.org; Thu, 01 May 2008 18:22:21 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so4147ywk.66 for ; Thu, 01 May 2008 15:22:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=nhw90uNZFSS2rGPhiyEc8K5Sc5vJUYTGJshYkZY8Mxc=; b=Pt1bt8M6Mi8nHdjR1FJfDZAi8kFgoNx/z806aaY2u2Sp8RfwNzBZTnTjiJTIxEIWjZkn5hMUKgRt22ihJUNJ1suV4n8qyynNtngFJmneMG7WlD/Lp/IhLgzOj/Tlm0YjGfYXM+7I2t6ehMyXiyPz9N/NugxVrNjYb1B9loz7DdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bLuhlyTGuHRZMtlAjU8b8fxHFFTw/TIaWMp9QmJa153y+fVgmC9eDSqZwGLHjgSr/otOQdbJ6+woLeNn2ErlmZOutOERAAJdW9XLxxRzQlZ/SFETP8OVRRd+KnvV+6xTIjlL6duH78wEF2bOo2saBn/TWFP3eKb9T+iM6eUCiag= Original-Received: by 10.150.83.22 with SMTP id g22mr2894312ybb.140.1209680536264; Thu, 01 May 2008 15:22:16 -0700 (PDT) Original-Received: by 10.150.143.20 with HTTP; Thu, 1 May 2008 15:22:16 -0700 (PDT) In-Reply-To: <1ca1c1410805011453o69963566q2133d1063ca37c9d@mail.gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:6555 Archived-At: On Thu, May 1, 2008 at 2:53 PM, Aaron Turner wrote: > Yep, that's what I've been told. Limited testing so far seems to > indicate this does fix the problem (autogen isn't crashing anymore, > except for using it with pipes: 'autogen -v | echo' for example). Woops, I'm an idiot. 'autogen -v | echo' isn't valid. 'autogen -v | cat' works fine. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing & replay tools for Unix They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. -- Benjamin Franklin