A base LFS system can be used as a development platform, however the base system only includes language support for C, C++ and Perl. This chapter provides instructions to build many popular programming environments to greatly expand your system's development capabilities.
DejaGnu is a framework for running test suites on GNU tools. It is written in expect, which uses Tcl (Tool command language).
Download (HTTP): http://freshmeat.net/redir/dejagnu/12564/url_tgz/dejagnu-1.4.4.tar.gz
Download (FTP): ftp://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-1.4.4.tar.gz
Download MD5 sum: 053f18fd5d00873de365413cab17a666
Download size: 1.08 MB
Estimated disk space required: 8.5 MB
Estimated build time: .04 SBU
Install DejaGnu by running the following commands:
./configure --prefix=/usr && make
Now, as the root user:
make install && make install-doc
To test the installation, issue make check as an unprivileged user.
Last updated on 2005-08-09 19:50:01 -0600