Hi, I recently added some complicated maths stuff to figure out exp for mobs automatically. I did this on windows in MSVC6 and in places had to use the.. double pow(double _X, double _Y); function. This was working fine until I uploaded the code to unix where i got the.. /home/portloe/circle/src/db.c:1702: undefined reference to `pow' /home/portloe/circle/src/db.c:1704: undefined reference to `pow' errors. This is because I havn't linked in the right libraries right? If so could someone please tell me which libraries to include and how to include them, or if that isnt the case how I can ammend this problem? :) Thanks for your time. Culhaven - portloe.mudhaven.com p2411 ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com +------------------------------------------------------------+ | 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/11/01 PDT