From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20481 invoked by alias); 25 Oct 2012 04:42:06 -0000 Received: (qmail 20328 invoked by uid 22791); 25 Oct 2012 04:42:05 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_BF X-Spam-Check-By: sourceware.org Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Oct 2012 04:42:00 +0000 Received: by mail-vc0-f169.google.com with SMTP id fl17so1585887vcb.0 for ; Wed, 24 Oct 2012 21:41:59 -0700 (PDT) Received: by 10.221.0.212 with SMTP id nn20mr11992323vcb.32.1351140119446; Wed, 24 Oct 2012 21:41:59 -0700 (PDT) Received: from [10.6.18.20] (pool-173-61-101-36.cmdnnj.fios.verizon.net. [173.61.101.36]) by mx.google.com with ESMTPS id xq19sm17154564veb.0.2012.10.24.21.41.58 (version=SSLv3 cipher=OTHER); Wed, 24 Oct 2012 21:41:58 -0700 (PDT) Message-ID: <5088C318.2000104@gmail.com> Date: Thu, 25 Oct 2012 04:42:00 -0000 From: Dan Rollo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: libffi-discuss@sourceware.org Subject: Re: build issue with memcpy/bcopy on Winz with mingw References: <50805E9B.7000407@gmail.com> In-Reply-To: <50805E9B.7000407@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2012/txt/msg00256.txt.bz2 Ping. Anything suggestions on things I could try? Thanks, Dan On 10/18/2012 03:55 PM, Dan Rollo wrote: > Hi, > > I ran into a problem building libffi on Win32 using mingw/msys. > > I was able to work around the problem (in the jna project at least) by > commenting out some logic that substitutes bcopy for memcopy: > ...