From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82920 invoked by alias); 11 Apr 2016 07:52:23 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 82903 invoked by uid 89); 11 Apr 2016 07:52:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=boots, tao, HTo:D*jp, Tao X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 11 Apr 2016 07:52:11 +0000 Received: by mail-wm0-f66.google.com with SMTP id l6so19225149wml.3 for ; Mon, 11 Apr 2016 00:52:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=IRTiM4WYWrLMm8gjEyaqcIG5OIGn8hgt6QwsmfjSYs0=; b=CVkUseUNHhg5eLXl7YiNQP3nSVmIUALaG3TH0jda9jcUyuxX/Ui7owMeL279luDBzz avTA656k/d4SQhh2AMepAX8kQmvBik4clSQwHHzkNetS1Jz5Rcq3yadUKs3cdVLIGwQ1 cWucBr4/49lO+HflRtBcd1n+6VssMFMvgQQWlAdFvWhBOaVpos3iXtyVsBWWeSX9CxQp whB+5w24iBuO6GSR1zLsIi5YjwYUPtpZib139M2LAVm0WCTqbPDgHAFp4jE4igFHkJXw 19CAzbj0UyJcImjxU7HFaw5wZTmudEsSo7RRlFfLiUuoWXD/ZG1ZN0GLPjj5xmlLJQX6 2naQ== X-Gm-Message-State: AOPr4FUgH5Gh2evGDtzoGWQhdNUWylQwtpceBnZje92vquUD+GlYF2pjqptoHUO0KIZvPIxFdbYsngv8FJQRkw== MIME-Version: 1.0 X-Received: by 10.194.109.36 with SMTP id hp4mr6220123wjb.117.1460361129009; Mon, 11 Apr 2016 00:52:09 -0700 (PDT) Received: by 10.194.66.198 with HTTP; Mon, 11 Apr 2016 00:52:08 -0700 (PDT) In-Reply-To: <173197.72557.qm@web101116.mail.kks.yahoo.co.jp> References: <5707F2F0.9050702@gmail.com> <5708CDB6.1040500@iki.fi> <375427.72225.qm@web101113.mail.kks.yahoo.co.jp> <5709FCDF.5010107@gmail.com> <173197.72557.qm@web101116.mail.kks.yahoo.co.jp> Date: Mon, 11 Apr 2016 07:52:00 -0000 Message-ID: Subject: Re: Query of type of memcpy (and sys_errlist) on Cygwin From: Csaba Raduly To: Tatsuro MATSUOKA , cygwin list Cc: Marco Atzeri , =?UTF-8?Q?Hans=2DBernhard_Br=C3=B6ker?= Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-04/txt/msg00201.txt.bz2 Hi, On Mon, Apr 11, 2016 at 1:20 AM, Tatsuro MATSUOKA wrote: > The zipped config.log is placed here: > http://www.geocities.jp/tmacchant2/config.log.20160411.zip > The previous reply to Hans I made a mistake to extract the memcpy related part. > I apologize for that. > configure:9591: result: no > configure:9591: checking for memcpy > configure:9591: gcc -o conftest.exe -g -O2 -I/usr/local/include -L/usr/local/lib -lcerf conftest.c >&5 > conftest.c:86:6: warning: conflicting types for built-in function 'memcpy' > char memcpy (); > You forgot to copy the important line from config.log: /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lcerf Why on earth does a test for memcpy try to link to libcerf? Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- 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