Re: [Bacula-users] Error to compile bacula 9.6.5 in CentOS 7.8

2020-09-12 Thread Gary R. Schmidt
On 12/09/2020 22:35, Kern Sibbald wrote: Hello Wanderlei, using: make -j 8 is improper syntax and will probably cause a failure.  If you want to run 8 simultaneous compiles, you must use: make -j8 Note: without the space. That's wrong, Kern. GNU make - like about 99% of UNIX and UNIX-de

Re: [Bacula-users] Error to compile bacula 9.6.5 in CentOS 7.8

2020-09-12 Thread Kern Sibbald
Hello Wanderlei, using:  make -j 8 is improper syntax and will probably cause a failure.  If you want to run 8 simultaneous compiles, you must use: make -j8 Note: without the space. Best regards, Kern On 9/8/20 1:59

Re: [Bacula-users] Error to compile bacula 9.6.5 in CentOS 7.8

2020-09-08 Thread Radosław Korzeniewski
Hello, wt., 8 wrz 2020 o 13:59 Wanderlei Huttel napisał(a): > > Hello Radoslaw! > > I've tried to compile without the flag "-O2" but unfortunately it doesn't > work! > > I usually compile Bacula using "make -j 8". > Then I've done a test and run only "make" command and now it worked! > I'm gla

Re: [Bacula-users] Error to compile bacula 9.6.5 in CentOS 7.8

2020-09-08 Thread Wanderlei Huttel
Hello Radoslaw! I've tried to compile without the flag "-O2" but unfortunately it doesn't work! I usually compile Bacula using "make -j 8". Then I've done a test and run only "make" command and now it worked! Even with CFLAGS="-g -O2 -Wall" Best regards *Wanderlei Hüttel* Em seg., 7 de se

Re: [Bacula-users] Error to compile bacula 9.6.5 in CentOS 7.8

2020-09-07 Thread Radosław Korzeniewski
Hello, czw., 3 wrz 2020 o 16:52 Wanderlei Huttel 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