On Thu, Aug 5, 2010 at 1:27 PM, Zsbán Ambrus <[email protected]> wrote: > Try this standalone C example first.
I get what looks like the same output you got. > Also, could you tell me what system you are on, what C compiler you're > using, what exact compiler command line did you compile it with, what > J version you called it from, and any other useful information? gcc --version gives me: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) (and a copyright statement) (I am running cygwin on a windows xp system) As for J: 9!:14'' j602/2008-03-03/16:45 My build looks like this: $ make gcc -shared -fpic -std=gnu99 -Wall -O -o gijl.so gijl.c gijl.c:1: warning: -fpic ignored for target (all code is position independent) -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
