Great !

Could anybody briefly explain wich parts of Cygwin are necessary to build
Clamav under Win32 ? I have some knowledge of C but don't have any
experience in Cygwin tools. Is the C compiler the only needed tool to
compiler Clamav ?

Best regards,

 Ignasi Prat

"Andrey Cherezov" <[EMAIL PROTECTED]> escribio en el mensaje
news:[EMAIL PROTECTED]
> > read(stream) and write(stream) under Cygwin work as text
> > functions instead of binary ones - expand LF to CRLF ?
> > How to override this?
>
> I've added "|O_BINARY" to freshclam/manager.c[472]:
>     if((fd = open(file, O_WRONLY|O_CREAT|O_EXCL|O_BINARY, 0644)) == -1) {
>
> and now freshclam.exe works right.
>
>
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Clamav-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/clamav-users
>





-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to