Hi, I apply the patch you have made. So now, the init_XXX symbol appears only for modules which have implementation part. For the modules which don't have implementation part, the init_XXX symbole doesn't appear. Actually, when import clause is called, the init_XXX symbol is generated. Is it possible to generate the init_XXX symbol for all the types of modules(with or without implementation part)? thanks