Re: [Bacula-devel] Compiler for BAT

2007-08-14 Thread Kern Sibbald
On Tuesday 14 August 2007 00:37, Allan Black wrote: > Hi, Kern, > > Actually, I've done a little more digging and I think it's my > own fault. When I built Qt, I allowed as much as possible to > use default configuration options. Looking at the Qt build > directory, I notice it used the Solaris C++

Re: [Bacula-devel] Compiler for BAT

2007-08-13 Thread Kern Sibbald
On Monday 13 August 2007 18:11, Allan Black wrote: > The C/C++ compiler selected by configure isn't being propagated > to qt-console/Makefile. I'm building Bacula 2.2.0 on Solaris. > Configure (correctly) determines that the C compiler is > /usr/sfw/bin/gcc and C++ is /usr/sfw/bin/g++. > > However,

[Bacula-devel] Compiler for BAT

2007-08-13 Thread Allan Black
The C/C++ compiler selected by configure isn't being propagated to qt-console/Makefile. I'm building Bacula 2.2.0 on Solaris. Configure (correctly) determines that the C compiler is /usr/sfw/bin/gcc and C++ is /usr/sfw/bin/g++. However, BAT tries to use cc and CC respectively for the C and C++ com