SAN Adventures

pageicon Sunday Jun 21, 2009

Building DLLs using Cygwin

I was going through JNI which i required for writing agents for JVMTI. JNI requires the native implementation to be compiled in to the native library, DLL in this case as i was running on Windows using Cygwin. I was searching a bit for creating DLLs for the C implementation  and found this useful link here. The lnik has lot more information about building and using the DLLs. I thought of sharing on this post the building DLL part alone.[Read More]