Hello,

czw., 3 wrz 2020 o 16:52 Wanderlei Huttel <wanderleihut...@gmail.com>
napisał(a):

> I'm trying to compile bacula in CentOS 7.8 and I'm getting amd error!
>
> It looks the error is in the dird and is a c++ bug.
>
> How to avoid this error?
>

Try to compile without optimizations enabled, so without -O2 compiler flag
and see if it works.

I encountered a similar problem (g++ internal compiler error) during
XenServer Plugin development when the code was broken and g++ wanted to
apply a small loop unwinding optimization and failed. :)
Disabling optimization solved the problem during compilation, but I had to
fix the broken code anyway.

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to