Q: Why doesn't it compile for me?

A: Double check that you have gnome-libs and libglade installed. If you are
   using RPMS that means you ALSO need gnome-libs-devel and libglade-devel. If
   it still fails to compile email the author (aliabdin@aucegypt.edu) with the
   output you get.

Q: Why do my animals all die after a while - reproduction is enabled!

A: Well - when animals reproduce - they give up part of their wealth to
   their kids. Eventually what will happen is that each child doesn't have
   enough 'food' to be able to reproduce - so they don't :) This will
   be fixed/improved when we fianlly get animal/terrain interaction.
   If you want your animals to 'last' longer lower the amount of food
   required for reproduction in the preferences box.

Q: When I click on the 'gLife Documentation' it says that its not found!

A: you prolly did ./configure ; make ; make install - which installs by
   default in /usr/local - To be able to use the documentation gLife needs
   to be installed with the same prefix as GNOME itself (on RedHat that
   would be '/usr' and not '/usr/local'). If you use RedHat then do
   ./configure --prefix=/usr --sysconfdir=/etc - If this still doesn't solve
   it then email the author - aliabdin@aucegypt.edu
   
