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

Reply via email to