Hi.. Please tell me what it does?
$ ar -r libsldap.a
Hi.. Please tell me what it does?
$ ar -r libsldap.a
ar -r libsldap.a list-of-object-files
This line creates Linux static library, which is actually archive file that contains one or more .o files. Compiler is used previously to create these .o files.
http://www.linux.org/docs/ldp/howto/Program-Library-HOWTO/static-libraries.html