delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/04/10/19:20:43

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:message-id:references:date:from:reply-to
:subject:to:mime-version:content-type:content-transfer-encoding;
q=dns; s=default; b=INkl2QVbYXy6Pi82A7RZH5PLEdmsXrfMY0mOPbENtBU
X7t6QhB/vFv8iFGbbcbhzrIXJ/DpN2K1UK1zBCkaCEVlu9aTrMgZyiimw/nsNZi/
3XnSLToOFxSv1TrnNMC8OPkucS+l760N2JYM3pOpTCdNhQZ09e9tOMMPhv7lXfIg
=
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:message-id:references:date:from:reply-to
:subject:to:mime-version:content-type:content-transfer-encoding;
s=default; bh=yMSFTEqyqxuS3Bu4yGR3+jxPop8=; b=GeLtlQuCfKQav+qwE
YS9dJTZ6e55YWKSoCkbXLZLeYV2PvAZaCmPgVNI4fHtvLGsxUzpFLO6SkooTr8Ar
77wIWDgApVmwuTGALITbBpCao5SyWy8WOwkmHHmx5lY8STgAwpr6eP+VZnbyE+vN
Bztm481dbydXXdDs8jvUP+/BG0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-0.3 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:sk:t503.bu, H*RU:183.79.100.140, Hx-spam-relays-external:183.79.100.140, H*RU:sk:t503.bu
X-HELO: nh503-vm13.bullet.mail.kks.yahoo.co.jp
Message-ID: <173197.72557.qm@web101116.mail.kks.yahoo.co.jp>
X-YMail-JAS: neFkM9AVM1l47LrJO7P9c1wsXCRwixeDucdoZmuYjIEk3paD5bygikzA_OmEdf623I7X2SMAD9h_o3UrhnBP3CM7KQ2pzipUfPIdPKk3jAAqI47CzQQln6M9hKtDhkCnblBg
References: <5707F2F0 DOT 9050702 AT gmail DOT com> <5708CDB6 DOT 1040500 AT iki DOT fi> <375427 DOT 72225 DOT qm AT web101113 DOT mail DOT kks DOT yahoo DOT co DOT jp> <5709FCDF DOT 5010107 AT gmail DOT com>
Date: Mon, 11 Apr 2016 08:20:13 +0900 (JST)
From: Tatsuro MATSUOKA <tmacchant2 AT yahoo DOT co DOT jp>
Reply-To: Tatsuro MATSUOKA <matsuoka AT nuce DOT nagoya-u DOT ac DOT jp>
Subject: Re: Query of type of memcpy (and sys_errlist) on Cygwin
To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>, cygwin AT cygwin DOT com,
=?iso-8859-1?Q?Hans-Bernhard_Br=F6ker?= <HBBroeker AT t-online DOT de>
MIME-Version: 1.0
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u3ANKd1O014888

> From: Tatsuro MATSUOKA 
> To: Marco Atzeri  cygwin
> Date: 2016/4/11, Mon 07:52
> Subject: Re: Query of type of memcpy (and sys_errlist) on Cygwin
> 
>>  cygwin/newlib headers are under re-shuffle to simplify the guarding 
>>  clauses in the main headers.
>>  It is possible that gnuplot is misleaded and don't correctly detect 
>>  memcopy as it should.
>> 
>>  Have you tried to use latest test release ?
>>  https://www.cygwin.com/ml/cygwin-announce/2016-04/msg00012.html
>> 
> 
> OK I will try and report results here.
The results are almost the same as those at the stable release.
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 ();

Seeing configure output screen: one can see that:
checking for atexit... no
checking for memcpy... no
checking for memmove... no
checking for memset... no
checking for on_exit... no
checking for bcopy... no
checking for bzero... no
checking for setvbuf... no
checking for strerror... no
checking for strchr... no
checking for strrchr... no
checking for strstr... no
checking for index... no
checking for rindex... no
checking for erf... no
checking for erfc... no
checking for gamma... no
checking for lgamma... no
checking for getcwd... no
checking for poll... no
checking for pclose... no
checking for popen... no
checking for fdopen... no
checking for select... no
checking for sleep... no
checking for stpcpy... no
checking for strcspn... no
checking for strdup... no
checking for strndup... no
checking for strnlen... no
checking for strcasecmp... no
checking for stricmp... no
checking for strncasecmp... no
checking for strnicmp... no
checking for sysinfo... no
checking for tcgetattr... no
checking for vfprintf... no
checking for doprnt... no
checking for uname... no
checking for usleep... no
checking for snprintf... no
  WARNING: Could not find a working version of snprintf.
           If a user provides gnuplot with an improper format statement
           then a buffer overflow and/or segfault can result.
           Please consider providing snprintf via an external library.
The above is very strange. Checks of many fucntions are no.
Tatsuro


--
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019