This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: safe to concat object files


Hi Yamin,

That's an excellent idea.

The concatentation tool is called "ar".  A concatenated file is called an "archive".  In Unix, they usually have a ".a" extension.

The ar program creates, modifies, and extracts from archives.

--Eljay



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]