Andi Vajda <va...@apache.org> wrote: > - the --find-jvm-dll trick is in jcc/windows.py and is not a JCC build > option but a JCC run option. In other words, if you want the feature > for your extension, when it starts, invoke jcc with, among many other > things, --find-jvm-dll when you build your extension. This feature only > works with shared mode, currently.
Let me see how that works, and I'll report back. > I did not test the mingw32 compiler stuff as I don't have it. > Please check it out and let me know how it works for you. jcc/jcc/helpers/mingw32.py needs to import "os". Bill