Mail Archives: djgpp/1995/03/15/14:11:31
I am trying to use a List template class and I keep getting:
"undefined reference List<int>::Insert()"
"undefined reference List<int>::First()"
...and so on for every List function that is called in my client
program.
I am using my own list implementation (not the one included with DJGPP). I
have my List template class declaration in my header file (list.h) and the
implementation in my list.cc file. My client program is in its separate
file (intlist.cc).
I have tried the -v switch and the above output only occurs after the linker
is called.
Any ideas? Please send responses to my e-mail address <nfluhr1 AT gl DOT umbc DOT edu>
as I do not subscribe to the mailing list.
Thanks in advance!
Neil
- Raw text -