Linux build instructions
Solaris build instructions
FreeBSD build instructions
To build on FreeBSD 5.2.1, the following steps are necessary:
- Get and unpack log4cxx, apr and apr-util
- Configure and compile apr: {{{$ ./configure --enable-threads CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"
}}}
- Configure and compile apr-util: {{{$ ./configure --with-apr=../apr-buildFreeBsd CPPFLAGS="-I/usr/local/include" \
- LDFLAGS="-L/usr/local/lib"}}}
- Configure and compile log4cxx: {{{$ ./configure --with-apr=../apr-buildFreeBsd --with-apr-util=../apr-util-buildFreeBsd \
- CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"}}}
From the rxvt-unicode FAQ:
{{{As you might have guessed, FreeBSD does neither define the symbol STDC_ISO_10646
nor does it support it. Instead, it uses it's own internal representation of wchar_t. This is, of course, completely legal.
- }}}