From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3504 invoked by alias); 23 Jul 2015 21:04:47 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 3487 invoked by uid 89); 23 Jul 2015 21:04:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=6.4 required=5.0 tests=BAYES_00,BODY_8BITS,GARBLED_BODY,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-wi0-f176.google.com Received: from mail-wi0-f176.google.com (HELO mail-wi0-f176.google.com) (209.85.212.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 23 Jul 2015 21:04:44 +0000 Received: by wicmv11 with SMTP id mv11so40326485wic.0 for ; Thu, 23 Jul 2015 14:04:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=acdl7+Vo51WcXd9s76atyF6SvdbZ9UUh48cndyUNcB4=; b=kv+T2k8FrSJ+ppkDdibopBuMP4S+fZseUhuywkfRDSyRpoOUkDNX201hkb+6EQiDLc FIxKJ4m88FeFy+9/xUvnzSJVDTr3lGKwbgfJo8tX6Czn7nyqKZLUPIBmGfdqjlJn0bV1 T03DTyoaUKAeve0nPdpYkdEbrMLBMfu4Mr9l9A+nrgp/T2EvPELMWIsbq4ifIO+BijMs HODK62KqALrlvZiN0+jD02eMi8xfonO5DndnvWlYSGusOMFNdhaxM7h7nzw2Y5SWUulY iHWFd5O16bOFRjlYgH9x7y651uq7KBftyYPzcXQz3o0bO2hhOqoCE8Px+xkRFymmqcxj yj0A== X-Gm-Message-State: ALoCoQnLX+Ah0NALJ6xPzS9g7mFo130zWhG5WzFO0u9BRcoLvRN9bQlTl4eLfSP62UxppaqvDTVu X-Received: by 10.195.13.113 with SMTP id ex17mr20976599wjd.17.1437685481998; Thu, 23 Jul 2015 14:04:41 -0700 (PDT) Received: from ?IPv6:2001:470:6c46:1:12c3:7bff:fe9d:8df0? ([2001:470:6c46:1:12c3:7bff:fe9d:8df0]) by smtp.googlemail.com with ESMTPSA id ed10sm182448wic.0.2015.07.23.14.04.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jul 2015 14:04:41 -0700 (PDT) Message-ID: <55B156E8.9010301@asokolov.org> Date: Thu, 23 Jul 2015 21:04:00 -0000 From: Alexey Sokolov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: [ITP] znc 1.6.0 References: <55AB5EC2.2060400@asokolov.org> <20150719100317.GD19825@calimero.vinschen.de> <55ABA522.9000008@asokolov.org> <87d1zogku1.fsf@Rainer.invalid> <55ABEC90.3040106@asokolov.org> <55ABECDD.9040805@asokolov.org> <87zj2sezel.fsf@Rainer.invalid> <55AC0089.2090304@asokolov.org> <20150720074442.GJ3864@calimero.vinschen.de> <55AD44E9.8070207@asokolov.org> <20150721071221.GZ3864@calimero.vinschen.de> <55AED4D4.1040403@tiscali.co.uk> <55AED687.8070607@asokolov.org> <55AEDB8E.6070507@asokolov.org> <55B0213A.5070005@tiscali.co.uk> <55B03C16.1060009@asokolov.org> <55B0EB09.50402@cornell.edu> <55B15377.4090101@asokolov.org> In-Reply-To: <55B15377.4090101@asokolov.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00188.txt.bz2 23.07.2015 21:49, Alexey Sokolov пишет: > 23.07.2015 14:24, Ken Brown пишет: >> On 7/22/2015 8:57 PM, Alexey Sokolov wrote: >>> 23.07.2015 00:03, David Stacey : >>>> cygport ./znc.cygport prep compile >>>> >>>> Nothing out of the ordinary there. This gives the following error: >>>> >>>> configure.ac:255: Something is trying to use the C compiler. Since >>>> this is a C++ project, this should not happen! >>>> autom4te-2.69: /usr/bin/m4 failed with exit status: 1 >>>> >>> Hm, I'm not sure why autoreconf would do this (works for me though) >> I can confirm Dave's experience. It's strange that you don't get the >> same failure. The error message is generated by AC_PROG_CC, which is >> redefined at the beginning of configure.ac. >> >> Ken > Yes, that message is generated by configure.ac in case if some included > macro uses AC_PROG_CC instead of AC_PROG_CXX. But no included macro does > that, neither configure.ac nor m4/*. > So probably it somehow got included from your system m4 macros. > > configure.ac:255 is AX_PTHREAD, but it should come from m4/ax_pthread.m4 > and it uses C++, not C. > > Probably autoreconf ignores existence of m4/ directory? > > David/Ken, may you pastebin (or attach) full output of ./configure, > ./configure itself, and config.log? Thanks If you add ACLOCAL_FLAGS="-I m4" to znc.cygport, does it fix for you?