Re: [Bacula-users] OpenBSD 3.7 compilation problems

2005-07-11 Thread Jose Hidalgo
I didn't change anything, I just did: fetch -> tar -> ./configure --enable-client-only -> make It has to do with exception handling and I think OBSD people has something to do, but it is not what they believe ! ;( On Fri, 2005-07-08 at 12:55 +0200, Sebastian Stark wrote: > Have you tried to e

Re: [Bacula-users] OpenBSD 3.7 compilation problems

2005-07-08 Thread Sebastian Stark
Have you tried to explicitely link against libstdc++? On Friday 08 July 2005 03:06, Jose Hidalgo wrote: > Hi, > > Using OpenBSD 3.7 (stable and current ) the build process for > --enable-client-only fails, > I tried with this versions: > > bacula-1.36.2 > bacula-1.36.3 > > This is the output in b

Re: [Bacula-users] OpenBSD 3.7 compilation problems

2005-07-08 Thread Kern Sibbald
Hello, The problem appears to be that your C++ compiler is broken. In any case, from the messages I see it is not a standard g++ compiler. The warning messages are perhaps correct, but I've never seen such messages from g++ compilers from 2.95 to 4.0. Concerning the failures: it looks like th