/tmp/dlist_pre-2891d1.o: In function `main':
dlist_pre.cpp:(.text+0xf): undefined reference to `Dlist<int>::Dlist()'
dlist_pre.cpp:(.text+0x17): undefined reference to `Dlist<int>::isEmpty() const'
dlist_pre.cpp:(.text+0x8b): undefined reference to `Dlist<int>::~Dlist()'
dlist_pre.cpp:(.text+0xa6): undefined reference to `Dlist<int>::~Dlist()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/in/Compile/Makefile:29: recipe for target 'buildDlistPretest' failed
make: *** [buildDlistPretest] Error 1