<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c7edcc>
<DIV>lately I am trying the native Windows Clam install with Mingw. The 
original developer Giulio seems not around recently (so does David :(). 
Consequently, the work is not a piece of cake as I thought.<BR>I took the 
revision 11059 and applied the patch Giulio supplied.<BR>In 
clam-3rdparty-mingw-20080128.tar.gz, the 3rd party 
library has deployed to be with the same prefix, however, it 
was submitted later than the patch by Giylio and needs some work 
to be applied. Giulio descriped the install of 3rd party library but I 
intend to skip those steps and revise the patch to be compliant with the new 3rd 
party library.<BR>A lot of changes have to be taken a look at, in 
'clam_dependent_libs_checks.py'.<BR>For example,in mingw I 
got:<BR>-------------------------------------------------<BR>junjun@CA53CAC112824A7 
/d/devel/clam11059<BR>$ scons<BR>scons: Reading SConscript files ...<BR>Version: 
1.1.1<BR>Package version: 1.1.1~svn10984<BR>Configure 
phase...<BR>############################################<BR>### CLAM GLOBAL 
DEPENDENCIES CHECKING 
###<BR>############################################<BR>include path: 
d:/devel/clam-3rdparty-mingw-20080128/local/include<BR>lib path: 
d:/devel/clam-3rdparty-mingw-20080128/local/lib<BR>adding include dir from 
windows config: C:\MinGW\include<BR>Checking for pkg-config... no<BR>WARNING: 
pkg-config is not installed<BR>... DEBUG MODE<BR>Checking for C header file 
pthread.h... yes<BR>Checking for pthread_join() in C library pthreadGC2... 
no<BR>Could not find pthread (Posix Threads) library binaries!<BR>Check the 
config.log file for details<BR>scons/sconstools\versionInfo.py:14: 
DeprecationWarning: raising a string exception is deprecated<BR>raise "No svn 
revision found for "+ 
whatToCheck<BR>----------------------------------------------------<BR>in 
'clam_dependent_libs_checks.py', the related part changes to :<BR><EM>if 
crosscompiling or sys.platform == 'win32': pthreadLib = 
'pthreadGC2'</EM><BR>from:<BR><EM>if crosscompiling : pthreadLib = 
'pthreadGC2'<BR>elif sys.platform == 'win32' : pthreadLib = 
'pthreadVCE'</EM><BR></DIV>
<DIV>I suppose it will be still far for me to achieve a successful 
install. Every minor help will be appreciated.</DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV>June</DIV></BODY></HTML>