Hi all,
I have recently built the plugin from source in a Fedora VM and, when I try
to execute the examples, I get the following error:
*[fedora@localhost gcc-python-plugin]$ ./gcc-with-python
examples/show-gimple.py test.c
cc1: error: cannot load plugin
/home/fedora/Desktop/gcc-python-plugin/python.so
libgcc-c-api.so: cannot open shared object file: No such file or directory*
Seems like a problem with libgcc-c-api.so. However, libgcc seems to be up
to date.
Can you please help?
Thanks
Cassio
PS: Is there a way to build it in MacOS?