c - What is a file with extension .a? -


i downloaded this: https://github.com/mongodb/mongo-c-driver

and i'm trying use inside c program, don't know generated .a files. they? couldn't find info, not in gcc manual.

and built so:

  scons --c99 

also, can use c99 libraries c89 program?

.a files static libraries typically generated archive tool. include header files associated static library , link library when compiling.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -