I think You have to use "-include-libraries=YoursSwcFile.swc" to compile swc classes into swf.
"-external-library-path" only shows all classes in swc to compiler, but don't compile them into swf. Probably thats why You gets runtime error, not compiling one.
ps. You are not the only one
Tomek