Vendor collection provides bindings to 3rd part C code and ships .so / .a files of those libraries along the way. I am playing with Odin on FreeBSD and I find that there are no pre-built linkable objects for FreeBSD in the vendor collection.
Please explain/document the process of contributing prebiult C code in a form of .so/.a files.
I can build an shared or static library but I wonder what compilation options I should and shouldn’t use to maintain consistency with the rest of the vendor collection.
Hey @Akmal4163
I know. This is not what the question was. The question is “how a static library for a given OS should be built such that it is accepted into the vendor collection?”