Related articles |
---|
C Linker/Compiler question frgirard@globetrotter.net (Francis Girard) (2000-04-20) |
Re: C Linker/Compiler question jhallen@world.std.com (2000-04-25) |
Re: C Linker/Compiler question agold@bga.com (Arthur H. Gold) (2000-04-25) |
Re: C Linker/Compiler question frgirard@globetrotter.net (Francis Girard) (2000-04-26) |
Re: C Linker/Compiler question agold@bga.com (Arthur H. Gold) (2000-04-30) |
Re: C Linker/Compiler question jaxon@soltec.net (Greg Jaxon) (2000-04-30) |
Re: C Linker/Compiler question eeide@cs.utah.edu (Eric Eide) (2000-05-04) |
[2 later articles] |
From: | Francis Girard <frgirard@globetrotter.net> |
Newsgroups: | comp.compilers |
Date: | 20 Apr 2000 01:39:19 -0400 |
Organization: | GlobeTrotter |
Keywords: | linker, question, comment |
Hi !
Is there a way to generate a library (with gcc, kcc or anything) that
includes another library AND DOES some linking tasks by filling the
wholes in the intermediate files (.o) we're including in the library
we're trying to build with the code found in the library we're also
including in that library we're trying to build.
The goal is to not use another version of the same symbols when
linking to an executable.
Thank you
Francis Girard
frgirard@globetrotter.net
Rimouski (Qu=E9bec)
[Interesting question, the answer as far as I know is "no" unless you
want to massage the ELF files yourself. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.