To compile wget
  ./configure --host=mips-linux --build=$(./config.guess)   \
              --disable-syslog --disable-ipv6 --disable-nls \
              --without-ssl --without-sock
  make

Note: the compiler must be available as mips-linux-gcc, and
the path to the compiler should be iun the PATH:
  export PATH="${PATH}:/path/to/mips-linux/bin"
