Re: [Bacula-users] Bacula 9.x.x and Solaris 11.3 (and OpenSUSE)...

2018-04-11 Thread Dimitri Maziuk
On 2018-04-11 03:52, Radosław Korzeniewski wrote: I'm very surprised that your build is not working and you have to disable libtool. Unfortunate I never tried Solaris Compiler Suite with Bacula. I haven't used solaris in forever but back when, libtool did not work with Sun's CC. Linker comma

Re: [Bacula-users] Bacula 9.x.x and Solaris 11.3 (and OpenSUSE)...

2018-04-11 Thread Radosław Korzeniewski
Hello, I'm building Bacula 9.0.6 on Solaris 11 using gcc (I'm not sure if I used gcc provided by Oracle or installed externally) and the following configure (which forces 64bit compilation and debugging symbols): CXXFLAGS="-m64 -g" CFLAGS="-m64 -g" LDFLAGS="-m64 -g" ./configure --prefix=/export/h

Re: [Bacula-users] Bacula 9.x.x and Solaris 11.3 (and OpenSUSE)...

2018-04-06 Thread Gary R. Schmidt
On 06/04/2018 18:40, Daniel Heitepriem wrote: Hi Gary, I just tried to compile 9.0.6 on a Solaris 11.3 box (but using GCC 5.4.0 and MySQL) with these options: CFLAGS="-g -m64" LDFLAGS="-m64" CXXFLAGS="-m64" ./configure \ --prefix=/opt/bacula \ --with-dir-user=bacula \ --with-dir-group=bacula \

Re: [Bacula-users] Bacula 9.x.x and Solaris 11.3 (and OpenSUSE)...

2018-04-06 Thread Daniel Heitepriem
Hi Gary, I just tried to compile 9.0.6 on a Solaris 11.3 box (but using GCC 5.4.0 and MySQL) with these options: CFLAGS="-g -m64" LDFLAGS="-m64" CXXFLAGS="-m64" ./configure \ --prefix=/opt/bacula \ --with-dir-user=bacula \ --with-dir-group=bacula \ --with-sd-user=bacula \ --with-sd-group=bacula \