How to include needed C library using gcc?

-I<search path to include files>
-L<search path to the lib file>
-l<libname>

Leave a Comment