This is the mail archive of the gcc@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]

Re: using templates in shared library


> From: Kasper Peeters <K.Peeters@damtp.cam.ac.uk>
> Date: Wed, 9 Dec 1998 11:17:48 +0000 (GMT)

> But regardless of the philosophy, let me rephrase my question: how
> can I force the compiler NOT to instantiate symbols in an object
> file which are already present in a given shared library on my
> system?

-frepo.  You do a full link with the two on the command line, and let
it error out.  But as a side effect, it will instantiate everything
just once.


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