Several times in the manual, the instructions say to include the flag
"-B/usr/dll/jump/" in the compilation flag to gcc. In fact, on page three,
there is even a dire warning about gcc not running jumpas without the trailing
slash "/".

This is a lie - see the example directory for confirmation. The correct
way to invoke gcc is with the flag "-B/usr/dll/jump", with no trailing slash.

Also note that all executables for these tools are in /usr/bin. Therefore,
you should use the path flag "-B/usr/bin/jump". This calles "jumpas" in
/usr/bin. If you have any executables there called "jumpcpp", "jumpcc1", or
"jumpld", the dlltools will no longer function.

-Andrew.
