>From: Fajar A. Nugraha <[EMAIL PROTECTED]>

> It seems Nigel already fixed that
> Which means starting from devel-20040215 the daily build should work
> fine too.

But clamav-devel-latest.cygwin.zip from 02/16/04 - didn't work fine :(
Will download more current version now...

> >The fixed version (posted to *ftp://bitrix.eserv.ru/download/clamav1.rar*
> >
> >
> Are you sure? There's now folder called "download" there.
> There's pub, addons, eserv, but no download.

Sorry, there must be "http" instead of "ftp".
http://bitrix.eserv.ru/download/clamav1.rar

> >11.Feb.2004) works on any windows (with or w/o cygwin installed,
> >not depends of LF/CRLF cygwin settings), clamDscan not inserts
/cygdrive/,
> >detects all viruses in virus archive, could be installed in any
directory...
> >
> >
> Is it modified source code or do you compile it in a special way?
> You probably should submit the diffs to clamav developers so this change
> can be incorporated into future releases.

Yes, this was modified sources - mbox.c and manager.c. My 'O_BINARY' fixes
already incorporated into the CVS version.

> If you compile it in a special way, then I really like to know how :)
I modified also 'configure' and 'libtool' script to not require absolute
paths. Then compile sources with this script:
#!/bin/sh
host=i686-pc-cygwin
target=i686-pc-cygwin
prefix=.
sbindir=.
sysconfdir=.
MY_CFLAGS="-O2"
MY_LDFLAGS=
  CFLAGS="${MY_CFLAGS}" LDFLAGS="${MY_LDFLAGS}" \
  configure \
  --prefix=${prefix} \
  --exec-prefix=${prefix} --sysconfdir=${sysconfdir} \
  --libdir=${prefix}/lib --includedir=${prefix}/include \
  --mandir=${prefix}/man --infodir=${prefix}/info \
  --libexecdir='${sbindir}' --localstatedir=/var \
  --datadir='${prefix}/db' --disable-clamav --enable-shared \
  --enable-static
make
I do not know how to modify 'configure' in unix compatible way.




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to