The following explains the procedure for how to install MissionLab on your machine:
Note 1: The default installation of a RedHat Linux system may not include all of the packages necessary to compile MissionLab. Upon installing Linux, we recommend you to select all the packages labeled under Development Tools, X Window System, X Software Development, and Legacy Software Support.
Note 2: If you installed Fedora Core 5 straight from the installation disks, MissionLab may not compile due to the problem in the kernel (2.6.15). In this case, we recommend you to update your kernel to at least 2.6.17 and other software packages by running yum. If you are new to Linux and not familiar with how to update the kernel, we recommend you to use Fedora Core 4 instead.
Note 3: The most common problem for compiling MissionLab is due to the fact the GNU compiler (gcc/g++) is too new. The newest GNU compiler that MissionLab is known to compile with is gcc 4.1 (Fedora Core 5). Please be aware that any compiler whose version is higher than 4.1 may fail to compile MissionLab.
Note 4: We noticed that LessTif version of Motif (API for X Window GUI) tends to produce various warnings during the operation of MissionLab, and it even fails to show some of the widgets if executed from Fedora Core 5. Hence, we recommend you to use Open Motif version of Motif.
Note 5: MissionLab requires a 3-button mouse to operate. If you do not have a 3-button mouse, make sure that emulation of 3-button is enabled.
http://www.cc.gatech.edu/ai/robot-lab/research/MissionLab/
Note: Supporting Software is included with the MissionLab distribution. You are not required to take any special steps regarding this software, but we list it here to credit the developers and point out copyright restrictions:
tar -xvzf MissionLab-7.0.tar.gz
You should see a directory named MissionLab-7.0. This directory will be referred to as the ``MissionLab home'' directory.
cd [your MissionLab home]/src
./configure
make all
Note: The configure script, which calls makedepend, may generate numerous warnings, but they can be safely ignored.
At this point, the installation is completed, and you should be able to run the MissionLab system.