gdll failure:
I think cygwin uses win32 abi not linux abi, so you need patch x15.c

On Thu, Jun 6, 2019, 6:27 AM bill lam <[email protected]> wrote:

> you can try RUN1 each of these failed scripts to see the lines of failure
> and then fix it.
>
> gdll failure. had you built libtsdll.so and symlink it?
>
> On Thu, Jun 6, 2019, 12:48 AM Akakima <[email protected]> wrote:
>
>> I succesfully produce a Cygwin version (32 bits).
>> It was a lot more easier than i thought.
>>
>> Changes to the git source : JS.H
>>
>> /*  *    CYGWIN is use to compile Linux/Unix source code under Windows
>>   */ #ifdef __CYGWIN__     #define SYS SYS_LINUX     #undef SY_LINUX
>> #define SY_LINUX 1 #endif Script to run jconsole.exe : @echo off REM
>> E:\jsource9\git\jsource\jlibrary\bin pushd
>> E:\jsource9\git\jsource\jlibrary\bin ln -f -s /bin/cygreadline7.dll
>> ./libedit.so.3 ln -f -s /bin/cygwin1.dll.dll ./libc.so.6 rm -f
>> *.exe.stackdump core jconsole.exe unlink libc.so.6 unlink libedit.so.3
>> popd
>>
>> RUN ddall results : (only 5 tests failed)
>>
>> g6x
>> g7x5
>> g8x
>> gdll
>> gdll_df
>>
>>
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>>
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to