[PPL-devel] PPL Java interface on windows

Krzysztof Jakubczyk kjk at mimuw.edu.pl
Wed Nov 11 15:49:00 CET 2009


Hello,
my goal is to use PPL library on windows though Java interface. The 
problem is I must have all library files to successfully load it using 
Java loadlibrary or load calls.
I've successfully compiled PPL using cygwin but failed to use the Java 
interface - my Java hangs on loadlibrary call with one of cygwin dlls.
My second attempt was to use MinGW to compile PPL. The problem is that 
compilation fails on demos\ppl_lcdd\ppl_lcdd.cc - problems with 
sys/resource.h which is not present in MinGW.

Is it possible to compile PPL on windows using MinGW to output dll files 
that can be used by Java interface? (possibly also gmp dll file?)



More information about the PPL-devel mailing list