First thing to try is to put on debugging mode. This is done with command line argument
``--debug all''.You can also debug some other targets more selectively by using other arguments in place of ``all''. The possible arguments can be listed with argument ``what''.
Plugin loader can be debugged by adding the following arguments in the command line:
--debug plugin_base plugin_loader
The total command might look like this:
./Linux-2.2.15/dmain mixer2.mj --debug plugin_base plugin_loader
Then scroll up the page to see warnings about the modules. Typically a module fails to load due to missing symbols (missing variables, methods).
IRIX tends have trouble with the current CC flag settings. You have two choices:
1) Remove ``-LANG:std'' from the list of compiler arguments. This usually helps. You must rebuild all binaries after this.
2) Try to work around the SGI bug. First define TOOLROOT environment variable:
export TOOLROOT=""
Then make target ``smain'' in divabase, divaio and mj. Then make ``all'' in the usual fashion.