This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: using templates in shared library
- To: mrs at wrs dot com (Mike Stump)
- Subject: Re: using templates in shared library
- From: Kasper Peeters <K dot Peeters at damtp dot cam dot ac dot uk>
- Date: Wed, 9 Dec 1998 20:43:54 +0000 (GMT)
- CC: egcs at egcs dot cygnus dot com
- References: <199812091943.LAA04093@kankakee.wrs.com>
> Now, you can try that or let us know if it doesn't work and why.
It fails on including something, but that's probably my fault. The
idea should work I agree.
But more importantly: you can't be serious about pushing this as the
proper method to do it. -frepo wastes CPU cycles, and during build I
have to confront my poor users with screens full of error messages?
Yes, I can redirect to /dev/null too, but this is definitely not what
I want.
Is there any reason why _in principle_ the linker couldn't do what I
want? It seems so completely trivial to me (at least, _much_ easier
than most other template things egcs can do these days).
Kasper