You didnt read my second post did you?
The error is there ... look up there.
Dont do a make static - that means that the modules are no longer dynamically loaded. Do a make clean then a make debug (i think - check the compiling docs - there are lots of docs in the release, not just source!!!)
alos, I wasnt talking about typing the command into dcc, I was talking about having a dcc connection to the console open at the time, and watching for putlogs (its a function - and its used in woobie - as I said before, if you have your console level set right, you will see the putlogs appear in the dcc chat - its a lot like old skool printf debugging. except with a bigger cache problem )
and yes - ppslim is right - context is your friend - that and the docs folder in the distribution - all of this is explained in there!!!