Post New Topic  Post A Reply
my profile | register | search | faq | forum home
  next oldest topic   next newest topic
» MacOSX - forked.net   » Compile Problems   » Basic Debugging 1: Using Console

UBBFriend: Email this page to someone!    
Author Topic: Basic Debugging 1: Using Console
jasont
Member
Member # 16

posted August 14, 2001 09:39 AM      Profile for jasont     Send New Private Message      Edit/Delete Post  Reply With Quote 
Often an application will appear to configure and make fine, only to fail when you go to install it. The file config.log is an invaluable tool for determining what went wrong. Opening your config.log from the source directory should run it through console and give you verbose platform information and configuration errors.

Many times things like a missing ; will completely ruin your compilation. If you find this type of error you can see which file it was in and edit it just to add the ;. Other times you may see missing header files. These are indicated with #include <headerfile.h>. If you see this type of error you will want to see if the program is trying to find an external header from another application or build directory (this is usually in the readme files). If it is then ./configure --help will show you the options you need to tell the application where to look for the files it is missing.


Posts: 50 | From: Palo Alto, CA | Registered: Aug 2001  |  IP: Logged

All times are Pacific Time  

Post New Topic  Post A Reply Close Topic    Move Topic    Delete Topic next oldest topic   next newest topic
Hop To:

Contact Us | macosx.forked.net

Powered by Infopop Corporation
Ultimate Bulletin BoardTM 6.1.0.2