This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
undefined symbols!
- From: Stefan Frehse <gresis at web dot de>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: 20 Jul 2002 18:59:12 +0200
- Subject: undefined symbols!
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!