linking against a static library
- by ant2009
Hello
gcc Version: 4:4.4.4-1ubuntu2
GNU Make 3.81
I have the following library called net_api.a and some header files i.e.
network_set.h
I have include the header file in my source code in my main.c file
#include <network_set.h>
I have the following static library and header in the following directory
./tools/net/lib/net_api.a…