You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/02/27 17:06:05 UTC

[jira] Commented: (HARMONY-3254) [drlvm][winx64][build] need embed manifest files into DLLs

    [ https://issues.apache.org/jira/browse/HARMONY-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476206 ] 

Gregory Shimansky commented on HARMONY-3254:
--------------------------------------------

It appears that hytext.dll depends on vmi.dll from drlvm. Current build in drlvm doesn't embed manifests into its dlls, so vmi.dll cannot be loaded. This in turn makes hytext.dll unavailable and gives an error when VM tries to load it.

> [drlvm][winx64][build] need embed manifest files into DLLs 
> -----------------------------------------------------------
>
>                 Key: HARMONY-3254
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3254
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: windows/em64t
>            Reporter: Vladimir Beliaev
>
> This is of the same kind to HARMONY-3240 but for drlvm. 
> If I built drlvm (following the standart build procedure) for windows/em64t then I can't run Hello World Application - the following message is printed:
>       java/lang/UnsatisfiedLinkError : Failed loading library "hytext.dll": The specified module could not be found
> The reason of this issue is that: "Currently manifests are generated by .NET 2005 linker as separate files. These files should be explicitly emebedded into generated DLLs and EXE by the microsoft manifest tool. Java.exe will crash otherwise"...
> This better be resolved for drlvm build to avoid manual execution of mt.exe after each build...
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.