RTLD_NOW); if (handle) { fprintf(stderr, "dlopen of libgomp.so.1 done correctly.\n"); return EXIT_SUCCESS; } else { fprintf(stderr, "dlopen of libgomp.so.1 failed with error: %s.\n", dlerror()); return EXIT_SUCCESS; } return ...