On 31/10/16 08:55, Jan Beulich wrote:
On 28.10.16 at 17:10, wrote:
>> stubdom-vtpm needs gmp and expects it under
>> stubdom/cross-root-x86_64/x86_64-xen-elf/lib while gmp seems to install
>> it under stubdom/cross-root-x86_64/x86_64-xen-elf/lib64
>
> Are you sure this is universal, rather d
>>> On 28.10.16 at 17:10, wrote:
> stubdom-vtpm needs gmp and expects it under
> stubdom/cross-root-x86_64/x86_64-xen-elf/lib while gmp seems to install
> it under stubdom/cross-root-x86_64/x86_64-xen-elf/lib64
Are you sure this is universal, rather dependent upon some
(possibly even host) config
stubdom-vtpm needs gmp and expects it under
stubdom/cross-root-x86_64/x86_64-xen-elf/lib while gmp seems to install
it under stubdom/cross-root-x86_64/x86_64-xen-elf/lib64
Modify the Makefile to account for this by moving the gmp.a file from
lib64 to lib if necessary.
Signed-off-by: Juergen Gross