How can I include a needed C library using GCC?

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

Leave a Comment