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.
-B.
+------------------------------------------------------------+
| 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