On Wed, 4 Sep 1996, Jeannette wrote: > I am trying to add OasisOLC code to circle 3.0bpl11. I have checked for any > *.rej files. Everything is added correctly. It compiles with no > warnings...but the following errors are after the compile. I have checked > everything that I can think of. Anyone have any suggestions or ever seen > this before? [SNIP SNIP] > interpreter.c:1273: Undefined symbol _oedit_parse referenced from text segment > olc.c:231: Undefined symbol _medit_setup_existing referenced from text segment [SNIP SNIP] Well, what this 'means' is, that you've included the olc.h file, and thus, the makefile-util(make)/the compiler/linker expects to find the 'symbols' in some part of the .o files it includes. When it does NOT find it in any .o files, it makes the complaints like you see above, like: filename : Undefined symbol _functionname referenced from text segment... ^-> Any filename that asks for the function specified for, by functionname. Basically this means, that you have not completed/the patch did not add the appropriate 'stuff' in the makefile (look for a file called: Makefile in the 'src/' mud directory. You should ask someone else for help on this, unless you find a Makefile.rej somewhere... My makefile is badly messed up, and I'm not very good at resolving how to correct a makefile, so ask someone more intelligent :) Hope this helps you on the way, Con. d. -- Rasmus Rønlev DOEK'94 WWW: http://www.econ.cbs.dk/people/raro94ab Student instructor MUD: exiled.mud.circlemud.org 5000 199.199.16.100 5000 Student, B.Sc in Computer Science and Business Administration. +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST