ViviCoder
ViviCoder
Hi @JohnLCaron I am still interested in packaging netcdf-java for Debian, so let me know if you need any input from my side.
@bmorris3 The issue is not fixed. I still get the same errors.
I assume you mean they are not supposed to be called from outside the library. Is that right? Then is there any reason to export those symbols?
Please have a look at https://gcc.gnu.org/wiki/Visibility. It says "C++ visibility support", but it also works for plain C.
By curiosity, why are the user-callable methods not sufficient? Do you need any of the symbols above? I cannot find any reference to them in the interface, except in `GB_rename.h`....
Thank you for the explanation.