more fun with g++


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]

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


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]