How do I link the mSQL library with my own code?
Most compilers will search a well defined list of standard directories for include and library files. These are typically /usr/include, /usr/lib, /lib and occasionally /usr/local/include and /usr/local/lib. If you wish to use files that are outside these locations you must tell your compiler which directories to search.