On Sun, 22 Mar 1998, Tony Robbins wrote: >On Mon, 23 Mar 1998, Julian Buckley wrote: > >> What does this mean, and how is it fixed? >> >> /h2/circle30bpl11/src/handler.c:394: undefined reference to >> `autoquest_trigger_check' >Undefined references mean that you are calling an external function >that you haven't called as an extern. Basically, add >#include "quest.h" >to the top of all those. That's all. That also happens when you forget to put a xxx.o file in the Makefile on the OBJS line. (Ie: leaving out redit.o will leave you with undefined references to redit_save_internally, you may be missing quest.o) -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST