<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I got version 4.7.2 to build on windows using emerge and mingw.<BR> <BR>I have trouble with version 4.7.90. It gets to linking kmymoney.exe and gets "multiple definition of payeeIdentifierLoader".  The problem seems to be that kmm_mymoney.dll already contains payeeIdentifierLoader but kmymoney.exe links both the dll and the payeeIdentifierLoader itself.  If I manually edit the ...work\mingw4-RelWithDebInfo-gitHEAD\kmymoney\CMakeFiles\kmymoney.dir\link.txt and remove "..\bin\libkmm_payeeidentifier_loader.a", it links OK.  I cannot figure out how to fix the make files such that libkmm_payeeidentifier_loader.a is not added to the link.txt file.<BR> <BR>This same problem occurs linking in some of the test programs (the first one being mymoneyfiletest), but I can work around that by not building the test programs.<BR> <BR>How does libkmm_payeeidentifier_loader.a get added to the link.txt file? What do I change to get it to stop doing that?<BR> <BR>Thanks.<BR>Jeff<BR> <BR>                                      </div></body>
</html>