This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: safe to concat object files
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: y2bismil at engmail dot uwaterloo dot ca, GCC- help <gcc-help at gcc dot gnu dot org>
- Date: Fri, 10 Oct 2003 11:18:35 -0500
- Subject: 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