This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/43693] New: [gcc-plugin] c++ based plugins doesn't work.


during loading c++ based plugin we get undefined runtime symbols, e.g.:

undefined symbol: _Z28plugin_default_version_checkP18plugin_gcc_versionS0_     
undefined symbol: _Z17register_callbackPKciPFvPvS1_ES1_

known workaround:
extern "C" { #include <gcc-plugin.h> }


-- 
           Summary: [gcc-plugin] c++ based plugins doesn't work.
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43693


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]