When creating static libraries for the native parts of JavaFX, I ran into an issue with symbols exposed in more than 1 library:
checkAndClearException() is declared and used in both libjavafx_font.a and in libprism_sw.a
checkAndClearException() is declared and used in both libjavafx_font.a and in libprism_sw.a
- links to