gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 32bit GS on 64bit Win rebuild base from src


From: Giah de Barag
Subject: Re: 32bit GS on 64bit Win rebuild base from src
Date: Sat, 6 Aug 2016 13:25:15 -0400

Goal:

1. Install installer on Win64 (w2k8 r2 x64)
2. Build base


Question:

It crashes in configure. Can I achieve the above goal with a change in steps 
(below)? Step-by-step instructions sincerely appreciated. Thank you.


Steps:

1. install w2k8 r2 x64 on a vm
2. install gnustep from installers
   gnustep-msys-system-0.30.0-setup.exe
   gnustep-core-0.35.0-setup.exe
   gnustep-devel-1.4.0-setup.exe
3. get source http://svn.gna.org/svn/gnustep/modules/core
4. cd core/base; ./configure


Result:

The FFI test fails. Here are the details.


Building the FFI test:

gcc -o conftest.exe -g -O2 -march=i586  -I/GNUstep/Local/Library/Headers 
-I/GNUstep/Local/Library/Headers -I/GNUstep/System/Library/Headers 
-I/GNUstep/System/Library/Headers  -shared-libgcc 
-L/GNUstep/Local/Library/Libraries -L/GNUstep/Local/Library/Libraries 
-L/GNUstep/System/Library/Libraries -L/GNUstep/System/Library/Libraries 
conftest.c -lffi -lbfd -liberty -lintl  -lpthread -lz


Running the FFI test:

Breakpoint 2, main () at config/config.ffi.c:39
39        ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
(gdb) n

Program received signal SIGILL, Illegal instruction.
0x6b742764 in ffi_closure_alloc () from 
c:\gnustep\gnustep\system\tools\libffi-6.dll
(gdb) 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]