-*- Mode: Outline -*- * Compilation on FreeBSD ** Prerequisites You need a mounted /proc filesystem for configuration. I guess after "gmake config", it should not be needed any longer. Install autoconf, automake, aclocal, and autoheader. Your system will probably have autoconf259 and friends installed from port building. The easiest way is to create symlinks to them without the version prefix in ~/bin. You'll also need bash and gmake. If your system C compiler is statically linked (you can find out with "file `which gcc`"), you need to install lang/gcc33 from ports. ** Building Do "gmake config" and select dietlibc mode. If you had to install a GCC from ports, you will also need to select "Special C-Compilers" in Compilers and Tools. Prepend a 33 to every command. Type "gmake".