You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Xiao-Feng Li <xi...@gmail.com> on 2007/03/23 12:17:22 UTC

[DRLVM][Win64] can't find _CorDllMain?

Hi, when I built lastest Harmony today on Win64 platform, I met
following error message:

"build.native.link:
       [cc] 0 total files to be compiled.
       [cc] Starting link
       [cc]    Creating library jitrino.lib and object jitrino.exp
       [cc] LINK : error LNK2001: unresolved external symbol _CorDllMain
       [cc] jitrino.dll : fatal error LNK1120: 1 unresolved externals"


What can be the reason? Can't it find msvcr80.dll or else?

Thanks,
xiaofeng