Hi I'm trying to add a command to display a file from the lib/text directory. The file is called map and these are the additions i made ... in interpreter.c - ACMD(do_map); {"map", POSITION_SLEEPING, do_map, 0, 0}, in act.informative.c - extern char *map ACMD(do_map) { page_string(ch->desc, map, 0); /* line 2973 */ } in db.h - #define MAP_FILE "text/map" /* for the 'map' command */ It seems to compile ok but crashes out during the linking with the message - act.informative.c:2973: Undefined symbol `_map' referenced from text segment Anyone point me to what i'm missing here? Thanks +------------------------------------------------------------+ | 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/08/00 PST