From c63b81c1660f65804b058d1af1b66949b06390df Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 19 Aug 2019 06:03:58 +0200 Subject: Windows Regression: Mingw64 8.1.0 using statical linked tool lib Test1p1Test1p1JavaEmitter 'com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter' exposes a regression using MingW64 8.1.0: System.loadLibrary() gives a "Can't find dependent libraries". Here, 'Bindingtest1p1' is linked against 'test1' and fails to load due to its wrong dependent library name within 'Bindingtest1p1'. MingW64 8.1.0 dropped 'libtest1.so' into 'Bindingtest1p1.dll', which is surely wrong. Even passing '-Wl,-soname=test1.dll' didn't help. Note: Such constellation would only work with adding the lib-path to PATH on Windows. Since we don't utilize the method in any of our projects, but use the dynamic library lookup method - this is not a blocker, but wasted some good time. --- make/build-test.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index 736a82a..8fc595e 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -437,8 +437,11 @@ chmod 644 ${results}/* \${line.separator} -- cgit v1.2.3