X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=JMAPPJaEaNUl4C1/rVO0FjrodD9JjMZpeyWAkVMzHFmC6FkZgzL+l RHGfEGBA37GbDwvzlIphUSNeBfnb03B8Q4v+VZDJSDNiFMnJDaKstDo1q236yaXm Fi7hOXcGhmjQuI6+WP2CM66lBqqIRG/cnfVFNfDhFfY/aYdd7ZEiFw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=bf+OKw6oXb7QQMg22uI/VSxUyi0=; b=BJOeTqowFcLJORXKxG+rUAibcKb/ mJY8B2D7zmJxHWp9Iqc/tS52yukd1duZNyPFf66INelqDqvvOGpgdPo6vm1SBJEl EDIfMzXMmlfsmP+8RKRynd+xULQcZu7eUp/x3XIbD+8r0RPTE700vavJQQjOeO+M eKPMLL3VbWsZo0w= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: socat with IP6 support? Date: Mon, 20 Jan 2014 03:45:58 -0500 Lines: 11 Message-ID: <6nnpd9tm0hn3od1ch642flc0upuvr15jau@4ax.com> References: <52D985D3 DOT 9070506 AT etr-usa DOT com> <52D9A0C9 DOT 4080508 AT etr-usa DOT com> <20140117213255 DOT GA1843 AT ednor DOT casa DOT cgf DOT cx> <20140117221946 DOT GA22079 AT calimero DOT vinschen DOT de> <20140118114751 DOT GC22079 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes > Thanks. I added the ip6.h header nevertheless for the upcoming > Cygwin 1.7.28. This seems to work fine for socat, but for socat-debuginfo 2.0.0-b6, the build fails because IPV6_DSTOPTS is undefined. Cygwin doesn't seem to define IPV6_DSTOPTS. In Ubuntu, it's defined in /usr/include/linux/in6.h (value 59), along with a whole bunch of other IPv6 socket options. I'm not sure what the best solution is here. I could define it locally, but would it be better for Cygwin to bring in the missing definitions? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple