Re: [Clamav-devel] Buildin ClamAV Bytecode Compiler

2014-01-15 Thread Kevin Lin
Looking at the building logs, I see that running make clambc-only runs fine and that the error occurs in running make by itself. The clamav bytecode compiler is a project that is built on top of the LLVM, in particular, a fairly old version of the LLVM. Outside of the sections pertaining to the

Re: [Clamav-devel] Buildin ClamAV Bytecode Compiler

2013-12-10 Thread Cristoforo Nardone
You're right, it works. I'd only linked /usr/bin/gcc to gcc-4.4, but I forgot to link also /usr/bin/cpp to cpp-4.4. Now it works, thank you very much ___ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla:

Re: [Clamav-devel] Buildin ClamAV Bytecode Compiler

2013-12-04 Thread Cristoforo Nardone
Thanks for the reply, now the situation has changed This is my config.log: http://pastebin.com/WgzzuN3z ___ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: http://bugs.clamav.net

Re: [Clamav-devel] Buildin ClamAV Bytecode Compiler

2013-12-04 Thread Cristoforo Nardone
Can you recommend me a linux distribution that can solve my problem? ___ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: http://bugs.clamav.net

Re: [Clamav-devel] Buildin ClamAV Bytecode Compiler

2013-12-04 Thread Kevin Lin
Could you tell me the results of make clambc-only when running on Dedian using the gcc-4.4 and g++-4.4? Debian machines are known to be able to compile the ClamAV Bytecode Compiler with gcc-4.4 and g++-4.4 so knowing the new issue with the build could lead to additional fixes. As for operating

Re: [Clamav-devel] Buildin ClamAV Bytecode Compiler

2013-11-25 Thread Kevin Lin
There is currently a known issue with building the ClamAV Bytecode Compiler for Debian machines using gcc-4.7.2 and g++-4.7.2. The best way to resolve the issue is to build the bytecode compiler with a different version of the gcc and g++ compilers. The bytecode compiler should be able to be