1. Everything compiled OK, but I get the error:
	Couldn't determine hostname: 
	Couldn't establish connection, 0
   What's wrong?

The problem is that GtkICQ is not able to find your gtkicqrc file.  You need
to run the following commands while in the gtkicq-0.xx directory:

mkdir ~/.icq
mkdir ~/.icq/history
cp gtkicqrc ~/.icq

Then edit ~/.icq/gtkicqrc and put in your ICQ #, nickname, and password, and
add your contacts to the bottom in the form:

	"ICQ NUMBER"	"Nickname"

Then run gtkicq again.

============================================================================

2. When compiling, why do I get a bunch of "undefined" errors in showwait.o?

GtkICQ REQUIRES Gtk+ version 1.1.2 or greater.  Though this is a devlopment
version, it contains functionality that is necessary for basic operation. 
You can obtain Gtk 1.1.2 at www.gtk.org, or better yet, you can check out
the CVS version, which is highly recommended.  For information on how to do
this, visit www.gnome.org.
