Re: [Clamav-users] Problems building 0.96.3 on Solaris 9/10

2010-10-05 Thread René Berber
On 10/5/2010 5:08 PM, Tom Goerger wrote: > Now, I'm seeing > > configure:3438: ./conftest > ld.so.1: conftest: fatal: libstdc++.so.4: open failed: No such file or > directory > ./configure: line 1: 5623 Killed ./conftest$ac_cv_exeext > configure:3442: $? = 137 > configure:3449:

Re: [Clamav-users] Problems building 0.96.3 on Solaris 9/10

2010-10-05 Thread Tom Goerger
Okay, that helps. Thanks. Now, I'm seeing configure:3438: ./conftest ld.so.1: conftest: fatal: libstdc++.so.4: open failed: No such file or directory ./configure: line 1: 5623 Killed ./conftest$ac_cv_exeext configure:3442: $? = 137 configure:3449: error: in `/src/objss9/clamav-0

Re: [Clamav-users] Problems building 0.96.3 on Solaris 9/10

2010-10-05 Thread René Berber
On 10/5/2010 4:11 PM, Tom Goerger wrote: > Well, that's part of the problem. Even when I explicitly set CXX=g++, I > don't see any errors relating to g++ in config.log. The only reference I'm > seeing to "cannot run C++ compiled programs" comes in STDOUT, and isn't > repeated in the log. You ar

Re: [Clamav-users] Problems building 0.96.3 on Solaris 9/10

2010-10-05 Thread Tom Goerger
Well, that's part of the problem. Even when I explicitly set CXX=g++, I don't see any errors relating to g++ in config.log. The only reference I'm seeing to "cannot run C++ compiled programs" comes in STDOUT, and isn't repeated in the log. This is what I'm seeing in STDOUT, if it helps: checking

Re: [Clamav-users] Problems building 0.96.3 on Solaris 9/10

2010-10-05 Thread René Berber
On 10/5/2010 3:06 PM, Tom Goerger wrote: > The first error I'm seeing has to do with ac_nonexistent.h being not found. > I'm not sure what package that module should be part of. I do have g++ > installed, maybe we're running an outdated version? It's 3.4.5. Could be > totally offbase with that

Re: [Clamav-users] Problems building 0.96.3 on Solaris 9/10

2010-10-05 Thread Tom Goerger
The first error I'm seeing has to do with ac_nonexistent.h being not found. I'm not sure what package that module should be part of. I do have g++ installed, maybe we're running an outdated version? It's 3.4.5. Could be totally offbase with that, but it's certainly the first failure I encounter