Re: [Clamav-users] 0.96rc2 failed to compile

2010-03-26 Thread Török Edwin
On 2010-03-26 13:48, Andreas Schulze wrote: > Am 26.03.2010 10:45 schrieb Török Edwin: >> So try doing this before invoking configure in your build script: >> export CXXFLAGS="$CFLAGS". > that was the trick. it compiles :-) Ok. I added some notes on the wiki about this: https://wiki.clamav.net/bi

Re: [Clamav-users] 0.96rc2 failed to compile

2010-03-26 Thread Andreas Schulze
Am 26.03.2010 10:45 schrieb Török Edwin: > So try doing this before invoking configure in your build script: > export CXXFLAGS="$CFLAGS". that was the trick. it compiles :-) -- Andreas Schulze Internetdienste | P532 DATEV eG 90329 Nürnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196 E-Mai

Re: [Clamav-users] 0.96rc2 failed to compile

2010-03-26 Thread Török Edwin
On 2010-03-26 10:38, Andreas Schulze wrote: > Hello Edwin, > > I put all information you asked for at > http://postmaster.datev.de/clamav-0.96rc2/ > hope that helps ... I think this is the problem: + export 'CFLAGS=-O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-

Re: [Clamav-users] 0.96rc2 failed to compile

2010-03-26 Thread Andreas Schulze
Hello Edwin, I put all information you asked for at http://postmaster.datev.de/clamav-0.96rc2/ hope that helps ... Andreas -- Andreas Schulze Internetdienste | P532 DATEV eG 90329 Nürnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196 E-Mail info @datev.de | Internet www.datev.de Sitz: 9

Re: [Clamav-users] 0.96rc2 failed to compile

2010-03-25 Thread Török Edwin
On 03/25/2010 05:19 PM, Andreas Schulze wrote: > Hello, > > I have sles9, sles10 an debian lenny > > # ./configure \ > --prefix=/usr/ \ > --libdir=/usr/lib \ > --mandir=/usr/share/man \ > --sysconfdir=/etc/clamav \ > --disable-check \ > --disable-zl

[Clamav-users] 0.96rc2 failed to compile

2010-03-25 Thread Andreas Schulze
Hello, I have sles9, sles10 an debian lenny # ./configure \ --prefix=/usr/ \ --libdir=/usr/lib \ --mandir=/usr/share/man \ --sysconfdir=/etc/clamav \ --disable-check \ --disable-zlib-vcheck \ --enable-ipv6 \ --disable-clamuko \