This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Need help
- From: Ian Lance Taylor <iant at google dot com>
- To: ammalik at cs dot uwaterloo dot ca
- Cc: gcc at gcc dot gnu dot org
- Date: 11 Jul 2006 21:41:26 -0700
- Subject: Re: Need help
- References: <1151528381.44a2edbd129d6@www.nexusmail.uwaterloo.ca> <56441CD2-D142-4E3E-9AA5-5D015FCFA670@apple.com> <1152669145.44b455d9984b0@www.nexusmail.uwaterloo.ca>
ammalik@cs.uwaterloo.ca writes:
> I am getting the following compilation error:
>
> /tmp/ccIUvX3i.o(.gnu.linkonce.d._ZTV4ListIiE+0x8): undefined reference to
> `List<int>::Find(int const&)'
Wrong mailing list. This sort of question should go to
gcc-help@gcc.gnu.org. Thanks.
I don't know the answer to your question without a complete test
case. However, you should be able to figure it out yourself by
reading the friendly manual:
http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Template-Instantiation.html
Ian