[Vm-dev] VM Maker gcc options

Igor Stasenko siguctua at gmail.com
Sat Mar 26 14:53:08 UTC 2011


On 26 March 2011 15:47, David Graham <dgraham at unthinkable.org> wrote:
>
>>
>> Well done! Thanks a lot.
>>
>> Is it runs as well? Because the thing is that it may compile & link
>> well, but then don't run because can't link with some libraries at run
>> time.
>>
>
> I just tested it and no, it doesn't run.  It has the exact problem you mention... it can't find it's own display plugin.  Is there a common fix for this?
>
>
Usually this happens for simple reason:
- it cannot load vm-display-xxx drivers because during load, it
depends on another dynamic libraries which not present on your system.

Try build whole thing in debug mode, so you will see what exactly is missing.

-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list