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: About object file (Little off topic)


"Joe Steeve" <joe_steeve at gmx dot net> writes:

> Hello,
> I need to get one object file (COFF) from a set of source files. how do i do
> that? is there a way to merge a number of object files (COFF) into one COFF
> object file which can inturn be linked with some other file finally.

Read aboout 'ar', the archiveing tool. On a gnu system, 'info ar'. On
    other unix systems, 'man ar'. On the web, see

http://sources.redhat.com/binutils/docs-2.12/binutils.info/ar.html#ar


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