qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Qemu Runtime Dependencies


From: Peter Crosthwaite
Subject: Re: [Qemu-devel] Qemu Runtime Dependencies
Date: Sun, 5 Jul 2015 13:42:39 -0700

On Sun, Jul 5, 2015 at 6:06 AM, jean-christophe Manciot
<address@hidden> wrote:
>
> Hello guys,
>
> Once qemu has been successfully built, where can I find the runtime 
> dependencies?
> I cannot find any "qemu.spec" file; maybe there's a way to generate it....
>

Not sure about spec files, but for a home-cooked GNU build, ldd
usually gives you good clues, eg:

$ ldd ./arm-softmmu/qemu-system-arm
    linux-vdso.so.1 =>  (0x00007ffe0a15b000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f3060800000)
    libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f30605fd000)
    libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5
(0x00007f30603d9000)
    libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f30601b0000)
    libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0
(0x00007f305fea8000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f305fc9f000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x00007f305f99b000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f305f695000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f305f47e000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007f305f260000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f305ee9b000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f30617f0000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f305ec96000)
    libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f305ea58000)


I don't know of any deps that are not libs from my own uses of QEMU.

Regards,
Peter

> --
> Jean-Christophe Manciot
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]