Re: Undefined symbol warning_at when loading gcc-python-plugin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Sep 14, 2012 at 12:18 AM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote:
> Your plugin is expecting a GCC built with C, but you have a GCC built
> with C++.  GCC 4.8 will require C++.  In GCC 4.7 it is the default but
> is optional.  Quick workaround to build GCC 4.7 with C: configure GCC
> 4.7 with --diable-build-poststage1-with-cxx.  Otherwise you will need
> to build your plugin with C++.

Thanks. Just to get the whole picture: how come cc1 is able to load
this plugin in x86?

David E. Narvaez


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux