qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Qemu Runtime Dependencies
@ 2015-07-05 13:06 jean-christophe Manciot
  2015-07-05 20:42 ` Peter Crosthwaite
  0 siblings, 1 reply; 2+ messages in thread
From: jean-christophe Manciot @ 2015-07-05 13:06 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

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....

-- 
*Jean-Christophe Manciot*

* [image: Architecte réseaux et Sécurité]
<https://learningnetwork.cisco.com/people/manciot.jeanchristophe/content>
*[image:
Network & Security Architect]
<http://fr.linkedin.com/in/jeanchristophemanciot>
<https://plus.google.com/u/0/+jeanchristopheManciot-IT/posts>
<https://twitter.com/jc_manciot>

[-- Attachment #2: Type: text/html, Size: 1698 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Qemu Runtime Dependencies
  2015-07-05 13:06 [Qemu-devel] Qemu Runtime Dependencies jean-christophe Manciot
@ 2015-07-05 20:42 ` Peter Crosthwaite
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Crosthwaite @ 2015-07-05 20:42 UTC (permalink / raw)
  To: jean-christophe Manciot; +Cc: qemu-devel@nongnu.org Developers

On Sun, Jul 5, 2015 at 6:06 AM, jean-christophe Manciot
<manciot.jeanchristophe@gmail.com> 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
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-05 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-05 13:06 [Qemu-devel] Qemu Runtime Dependencies jean-christophe Manciot
2015-07-05 20:42 ` Peter Crosthwaite

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).