Question: Created a MakeFile in C that will create shared library 'libmysort.so ' to be used in python. Ensure the makefile only created the shared library
Created a MakeFile in C that will create shared library 'libmysort.so to be used in python. Ensure the makefile only created the shared library and nothing else.
My source code is called mySort.c and i don't know if you need it but my main function is called main.c and the header file is called mySort.h
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
