On 4/28/20 3:58 PM, Brad Walker wrote:
So what are the collective thoughts and opinions about dropping SunStudio support in Apache Netbeans?
For what it's worth, that's fine by me. My requirement is to be able to compile and cross-compile C-language code for the Java Native Interface on Linux, like this:
modules/javafx.graphics/src/main/native-glass/monocle/epd/EPDSystem.c https://github.com/openjdk/jfx/blob/master/modules/javafx.graphics/src/main/native-glass/monocle/epd/EPDSystem.c I use these GNU compilers on Ubuntu: /usr/bin/gcc (/usr/bin/x86_64-linux-gnu-gcc) /usr/bin/arm-linux-gnueabihf-gcc They are installed by the following packages: build-essential crossbuild-essential-armhf Thanks, John --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
