This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

3.2.1 on Solaris 10/x86


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]