This is the mail archive of the gcc-help@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]

bootstrap-ubsan compilation fails due to lto-plugin


Hi,

Issuing a configure and make on a x86_64-linux fails due to lto and a missing symbol: /usr/bin/ld: /home/pmatos/projects/EXTERNAL/builds/gcc-trunk/./gcc/liblto_plugin.so: error loading plugin: /home/pmatos/projects/EXTERNAL/builds/gcc-trunk/./gcc/liblto_plugin.so: undefined symbol: __ubsan_handle_type_mismatch


Configure line was:

$ ../../gcc-trunk/configure --prefix=/home/pmatos/local-install/stow/gcc-r208755 --with-build-config=bootstrap-ubsan --enable-checking --enable-debug --enable-languages=c,c++,go --enable-lto

Is lto in anyway incompatible with ubsan?
--
PMatos


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