On Wed, 28 Jun 2017 17:21:19 -0500, you wrote: >this does depend on compat. See the makefile: ># Gradle depends on native-platform which has a native component that ># requires libstdc++.so.6, because it was compiled with g++. ># See https://github.com/adammurdoch/native-platform/issues/8
Further, I found the code that resulted in that bug report, it is a combined Java/native system and it appears the Gradle file has it building with both gcc and clang for FreeBSD, which would be a problem on a system without gcc.
