Hi gcc-hacker! I develop a application with plugin support. If load a plugin I get the error message that some functions are undefined. The functions are implements in a static library. At this time a solve the problem with function-dummies. I think the gcc optimize the program. How can I solve this problem. Any ideas? I don't use libtool. Thanks!