Posted by kalpol on July 14, 2001 at 12:14:55:
does anyone know what these errors mean? they're in his test.cpp file, apparently (i named it main.cpp)......because they show up when i submit it, too, causing it not to compile.
garter.cs.utexas.edu% g++ main.cpp
/tmp/cc36u4uQ.o: In function `main':
/tmp/cc36u4uQ.o(.text+0xde): undefined reference to `create_handler(void)'
/tmp/cc36u4uQ.o(.text+0x149): undefined reference to `create_handler(void)'
/tmp/cc36u4uQ.o: In function `foo::count(void)':
/tmp/cc36u4uQ.o(.foo::gnu.linkonce.t.count(void)+0x5): undefined reference to `foo::existence_counter'
collect2: ld returned 1 exit status