You should be able to use
https://github.com/kevinlawler/kona/blob/master/d.c.txt
renamed appropriately. That should be enough for simple cases. That is
what I used when I tested 2: dyadic. Depending on how many K calls you
want to use, that d.c.txt text file may need to be expanded,
potentially up to the size of or including the C API---I'm guessing; I
only got it working correctly, and my knowledge libraries and linking
is incomplete.
The source is at _2d. The line I used to compile shared libraries on
Mac OS X was
//Mac OS X: gcc -m64 -flat_namespace -undefined suppress
-dynamiclib file.c -o file.dylib
It's different---I think simpler---on other platforms. Updating the
source to include example comments for other platforms would be a good
exercise and helpful for other users.
Kevin
> --
> You received this message because you are subscribed to the Google Groups
> "Kona Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
kona-dev+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>