Melissa Jadwinski wrote: > > Speaking of compiling problems, I'm switching mud hosts (from a > mudservices.com host running Redhat, to a wolfpaw.net host running > Slackware). I copied the mud over to the new host, removed config.cache, > config.status and config.log (just in case, I backed them up first) and > reran configure. I then attempted to make, but got the following: Well, I kinda doubt that this is your problem but it may be worth looking into anyways. When you run ./configure it re-creates Makefile from Makefile.in so if you made changes to Makefile but didn't change Makefile.in then by running ./configure you essentially erased those changes. As a rule of thumb, always make changes to Makefile.in and re-run ./configure to update Makefile, never just make a chage to Makefile and forget about it. Regards, Peter +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT