Am working on a project that requires us to statically link a file and also dynamically link pthread_create and pthread_join in a C program.
I have found resources on the static linking but i cant seem to find anything on dynamic linking that that consists of just linking the certain parts of pthread.
would really appreciate any insight or resourcse