Hello everyone I was just compiling one plugin which works very well with earlier versions of GCC like 4.6.2 or 4.6.0 but complains when used with gcc-4.7.0. The error that I get is during the loading of plugin (probably a shared library issue). undefined symbol: loop_optimizer_init Regards Abdul