From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74824 invoked by alias); 1 Aug 2018 23:38:12 -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 74813 invoked by uid 89); 1 Aug 2018 23:38:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=HTo:U*libffi-discuss, H*Ad:U*libffi-discuss, chin, UD:1.tar.gz X-HELO: mail1.thewrittenword.com Received: from mail1.thewrittenword.com (HELO mail1.thewrittenword.com) (50.194.72.151) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 01 Aug 2018 23:38:10 +0000 Received: from mail2.il.thewrittenword.com (emma-internal-gw.il.thewrittenword.com [192.168.13.25]) by mail1.thewrittenword.com (Postfix) with ESMTP id F14445C27 for ; Thu, 2 Aug 2018 00:37:17 +0000 (UTC) Received: from pom.il.thewrittenword.com (danger.il.thewrittenword.com [10.191.57.254]) by mail2.il.thewrittenword.com (Postfix) with ESMTP id 166B1139E7 for ; Wed, 1 Aug 2018 23:38:08 +0000 (UTC) Received: by pom.il.thewrittenword.com (Postfix, from userid 1000) id D14D710830BD; Wed, 1 Aug 2018 18:38:07 -0500 (CDT) Date: Wed, 01 Aug 2018 23:38:00 -0000 From: Albert Chin To: libffi-discuss@sourceware.org Subject: 3.2.1 on Solaris 10/x86 Message-ID: <20180801233807.GA29252@thewrittenword.com> Reply-To: libffi-discuss@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2018/txt/msg00035.txt.bz2 Has anyone tried building 3.2.1 on Solaris 10/x86? $ gtar zxf libffi-3.2.1.tar.gz $ cd libffi-3.2.1 $ mkdir .obj $ cd .obj $ PATH=/opt/solstudio12.2/bin:$PATH ../configure CC=cc $ PATH=/opt/solstudio12.2/bin:$PATH gmake ... /bin/bash ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -c -o src/x86/win32.lo ../src/x86/win32.S libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -c ../src/x86/win32.S -KPIC -DPIC -o src/x86/.libs/win32.o Assembler: "../src/x86/win32.S", line 935 : Illegal character: <7e> "../src/x86/win32.S", line 935 : Syntax error Near line: " movl ((10 + 3) & ~3)(%eax), %esi " "../src/x86/win32.S", line 936 : Illegal character: <7e> "../src/x86/win32.S", line 936 : Syntax error Near line: " movl ((((10 + 3) & ~3) + 4) + 4)(%eax), %edx " "../src/x86/win32.S", line 944 : Illegal character: <7e> "../src/x86/win32.S", line 944 : Syntax error Near line: " call *(((10 + 3) & ~3) + 4)(%eax) " "../src/x86/win32.S", line 1079 : Illegal character: <7e> "../src/x86/win32.S", line 1079 : Syntax error Near line: " movl ((10 + 3) & ~3)(%eax), %eax" cc: fbe failed for ../src/x86/win32.S gmake[2]: *** [src/x86/win32.lo] Error 1 -- albert chin (china@thewrittenword.com)