I need to use a 3rd party lib that performs some global initializations in a function declared __attribute__((constructor)) thus which is executed on load.
__attribute__((constructor))
D