From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87727 invoked by alias); 19 Oct 2016 22:26:49 -0000 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 Received: (qmail 87714 invoked by uid 89); 19 Oct 2016 22:26:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=HTo:U*libffi-discuss, Searches, deps, dhave_config_h X-HELO: mail-yb0-f181.google.com Received: from mail-yb0-f181.google.com (HELO mail-yb0-f181.google.com) (209.85.213.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 22:26:38 +0000 Received: by mail-yb0-f181.google.com with SMTP id 184so15362693yby.2 for ; Wed, 19 Oct 2016 15:26:37 -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:from:date:message-id:subject:to; bh=Y+vEHiznXDgMQzWZ4UWW24SbF/OOZhxoZ720JfVkuRM=; b=Cvv/oNs8j4bN9+sXVEe9X0PjePlTj4OfXbmDTW1ki2LUczLQzrvbNeZFlQGrT3iv6q uuG00rIoZnOxNVQrVhXrFk2A8tkoV65EwLuLz7ds26Z5eP4UzJzTlWQ52hT3RzUaDngl Sncjj6AzxfKIELQwBzLSOf/+i50IiSYC48CiX+P7dBcjVpqJToiKXe9abxQ5kWvrguYC Iyk5vUjGcAWlE/kzRl3bKDXoEbHMhfdKupJjt8cok/uICwNVTyw8sT+C5Y/YNmIRvHpj EQIvYAwxl0Bhc0xT/Eiy27kvfpsYMto/A4qFG5vBjn4XQJofW3b5sfuHMMamC7SXrcFJ 5zXw== X-Gm-Message-State: AA6/9RlCNXBq69JmbhGI0zbDRrXWFbGYnt5b75GXvPmqtuTKGg8Jdpad4GnoycdgApMWSaF2zMqT6hwRl0jMCXhU X-Received: by 10.37.161.9 with SMTP id z9mr9021043ybh.62.1476915996389; Wed, 19 Oct 2016 15:26:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.44.143 with HTTP; Wed, 19 Oct 2016 15:26:36 -0700 (PDT) From: Tom Reahard Date: Wed, 19 Oct 2016 22:26:00 -0000 Message-ID: Subject: Compiler errors with mingw64 To: libffi-discuss@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016/txt/msg00047.txt.bz2 When compiling using msys2, I receive the following error. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S -DDLL_EXPORT -DPIC -o src/x86/.libs/unix64.o ../src/x86/unix64.S: Assembler messages: ../src/x86/unix64.S:417: Error: junk at end of line, first unrecognized character is `,' Any thoughts on why this occurs? Searches show others have had the same problem but no solutions are provided.