<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'> > Is there a chance both are getting linked in?<br><BR>No. There is no chance of this.<BR> <BR> <BR>> Or one from the modula-3 distribution, and one already in some MS-supplied<br>> library?<br><BR> <BR>No. There is no chance of this either.<BR> <BR> <BR>I forget how we generate the .def file but we need to exclude names "like" this -- that start _xmm@.<BR>These are floating point constants for code that uses sse2.<BR>You are targeting 32bit, right?<br>Still, I guess these might occur, with newer compilers.<BR>I'll look into it.<BR>We already have to code exclude the older forms of floating point constants.<BR> <BR>  - Jay<br><br> <BR><div>> Date: Mon, 26 Aug 2013 20:03:20 -0500<br>> From: rodney_bates@lcwb.coop<br>> To: m3devel@elegosoft.com<br>> Subject: Re: [M3devel] need some help with linker error<br>> <br>> This is just a wild guess, but there are two dtoa.c files, in<br>> <br>> m3-libs/m3core/src/Csupport/little-endian/dtoa.c and<br>> m3-libs/m3core/src/Csupport/big-endian/dtoa.c<br>> <br>> No doubt they are alternatives.  Is there a chance both are getting linked in?<br>> Or one from the modula-3 distribution, and one already in some MS-supplied<br>> library?<br>> <br>> On 08/26/2013 07:49 PM, Coleburn, Randy wrote:<br>> > Jay:<br>> ><br>> > I’m getting errors trying to rebuild m3core.lib on Win7-64bit.  Specifically, see below the error I get from the Microsoft Linker.<br>> ><br>> > The full text of the m3core.lst file is also shown at the end of this message.<br>> ><br>> > msvcrt.lib<br>> ><br>> > m3core.def : warning LNK4022: cannot find unique match for symbol '_xmm'<br>> ><br>> > m3core.def : warning LNK4002: __xmm@41f00000000000000000000000000000 defined in dtoa.obj<br>> ><br>> > m3core.def : warning LNK4002: __xmm@80000000000000008000000000000000 defined in dtoa.obj<br>> ><br>> > m3core.def : error LNK2001: unresolved external symbol _xmm<br>> ><br>> > m3core.lib : fatal error LNK1120: 1 unresolved externals<br>> ><br>> > Any ideas on what I should do to resolve this problem?<br>> ><br>> > Thanks,<br>> ><br>> > Randy Coleburn<br>> ><br>> ><br></div>                                          </div></body>
</html>