davidmalcolm / gcc-python-plugin

GCC plugin that embeds CPython inside the compiler
GNU General Public License v3.0
196 stars 58 forks source link

fix "libgcc-c-api.so: cannot open shared object file: No such file or… #161

Closed laughterk closed 5 years ago

laughterk commented 5 years ago

currently, gcc is unable to find file "libgcc-c-api.so" at the default location. The fix explicitly tells ld where to find it.

Signed-off-by: Kuang Rufan kuangrufan@iauto.com

laughterk commented 5 years ago

seems to be useless for most people