Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #8622
| From | Dan Espen <despen@verizon.net> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: FYI: playing encrypted DVDs on yer desktop |
| Date | 2013-06-26 20:54 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <ic8v1wweyh.fsf@home.home> (permalink) |
| References | (16 earlier) <ic38s5xa1p.fsf@home.home> <sgfr9a-pt2.ln1@crazy-horse.bildanet.com> <icsj04x15c.fsf@home.home> <j2as9a-5h3.ln1@crazy-horse.bildanet.com> <op.wza85ky4a3w0dxdave@hodgins.homeip.net> |
"David W. Hodgins" <dwhodgins@nomail.afraid.org> writes: > On Wed, 26 Jun 2013 19:28:51 -0400, Octothorpe <Octothorpe@invalid.com> wrote: > >> Then answer the question. What the hell does pkg-config need glib for? > > [dave@x3 ~]$ ldd /usr/bin/pkg-config > linux-vdso.so.1 (0x00007fffa9d00000) > libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007f2781610000) > libc.so.6 => /lib64/libc.so.6 (0x00007f2781258000) > libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f2780ff0000) > libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2780dd0000) > /lib64/ld-linux-x86-64.so.2 (0x00007f2781908000) > [dave@x3 ~]$ rpm -q -f /lib64/libc.so.6 > glibc-2.17-5.mga3 That's just about the same data yum gave. pkg-config uses the shared library libglib-2.0. It doesn't say which function in glib pkg-config is using. But I'm not appreciating why it matters. The GLib package contains a low-level libraries useful for providing data structure handling for C, portability wrappers and interfaces for such runtime functionality as an event loop, threads, dynamic loading and an object system. Lots of those functions seem like they might be useful to any C program. So if my pkg-config had symbols, "nm" might reveal what it's calling. My copy doesn't. -- Dan Espen
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-17 17:36 +0000
Re: FYI: playing encrypted DVDs on yer desktop Robert Heller <heller@deepsoft.com> - 2013-06-17 12:58 -0500
Re: FYI: playing encrypted DVDs on yer desktop JEDIDIAH <jedi@nomad.mishnet> - 2013-06-17 13:53 -0500
Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-17 20:25 +0000
Re: FYI: playing encrypted DVDs on yer desktop The Natural Philosopher <tnp@invalid.invalid> - 2013-06-17 22:16 +0100
Re: FYI: playing encrypted DVDs on yer desktop JEDIDIAH <jedi@nomad.mishnet> - 2013-06-17 17:26 -0500
Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-25 13:41 +0000
Re: FYI: playing encrypted DVDs on yer desktop Aragorn <thorongil@telenet.be.invalid> - 2013-06-25 15:49 +0200
Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-25 14:20 +0000
Re: FYI: playing encrypted DVDs on yer desktop Aragorn <thorongil@telenet.be.invalid> - 2013-06-25 16:30 +0200
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-25 11:31 -0400
Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-25 11:58 -0400
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-25 12:34 -0400
Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-25 13:20 -0400
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-25 15:51 -0400
Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-25 16:51 -0400
Re: FYI: playing encrypted DVDs on yer desktop Michael Black <et472@ncf.ca> - 2013-06-25 17:24 -0400
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-26 08:27 -0400
Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-26 13:25 +0000
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-26 12:16 -0400
Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-26 17:29 +0000
Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-26 09:42 -0400
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-26 11:55 -0400
Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-26 12:55 -0400
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-26 19:28 -0400
Re: FYI: playing encrypted DVDs on yer desktop "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2013-06-26 20:04 -0400
Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-26 20:54 -0400
Re: FYI: playing encrypted DVDs on yer desktop "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2013-06-26 22:05 -0400
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-27 07:33 -0400
Re: FYI: playing encrypted DVDs on yer desktop Aragorn <thorongil@telenet.be.invalid> - 2013-06-27 13:55 +0200
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-27 07:32 -0400
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-27 07:15 -0400
Re: FYI: playing encrypted DVDs on yer desktop Richard Kettlewell <rjk@greenend.org.uk> - 2013-06-27 13:18 +0100
Re: FYI: playing encrypted DVDs on yer desktop bruce.sinclair@NOSPAMORELSEagresearch.NOTco.NOTnz (Bruce Sinclair) - 2013-06-25 23:07 +0000
Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-25 21:21 -0400
Re: FYI: playing encrypted DVDs on yer desktop The Natural Philosopher <tnp@invalid.invalid> - 2013-06-26 05:38 +0100
Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-26 13:18 +0000
Re: FYI: playing encrypted DVDs on yer desktop John Hasler <jhasler@newsguy.com> - 2013-06-26 09:30 -0500
Re: FYI: playing encrypted DVDs on yer desktop The Natural Philosopher <tnp@invalid.invalid> - 2013-06-26 05:32 +0100
Re: FYI: playing encrypted DVDs on yer desktop bruce.sinclair@NOSPAMORELSEagresearch.NOTco.NOTnz (Bruce Sinclair) - 2013-06-26 03:49 +0000
Re: FYI: playing encrypted DVDs on yer desktop Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2013-06-25 18:55 -0700
Re: FYI: playing encrypted DVDs on yer desktop Robert Riches <spamtrap42@jacob21819.net> - 2013-06-26 04:50 +0000
Re: FYI: playing encrypted DVDs on yer desktop dillinger <dillinger@invalid.not> - 2013-06-27 17:55 +0200
Re: FYI: playing encrypted DVDs on yer desktop Aragorn <thorongil@telenet.be.invalid> - 2013-06-27 20:03 +0200
Re: FYI: playing encrypted DVDs on yer desktop JEDIDIAH <jedi@nomad.mishnet> - 2013-06-25 13:59 -0500
Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-25 15:52 -0400
Re: FYI: playing encrypted DVDs on yer desktop buck <buck@private.mil> - 2013-06-18 21:47 +0000
Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-18 22:52 +0000
Re: FYI: playing encrypted DVDs on yer desktop buck <buck@private.mil> - 2013-06-18 23:02 +0000
Re: FYI: playing encrypted DVDs on yer desktop Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2013-06-18 16:06 -0700
Re: FYI: playing encrypted DVDs on yer desktop Michael Black <et472@ncf.ca> - 2013-06-17 15:41 -0400
Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-17 20:43 +0000
Re: FYI: playing encrypted DVDs on yer desktop Robert Heller <heller@deepsoft.com> - 2013-06-17 16:19 -0500
Re: FYI: playing encrypted DVDs on yer desktop root <NoEMail@home.org> - 2013-06-17 21:23 +0000
Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-20 00:41 +0000
Re: FYI: playing encrypted DVDs on yer desktop Chick Tower <c.tower@deadspam.com> - 2013-06-20 18:04 +0000
Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-20 18:36 +0000
Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-25 13:49 +0000
Re: FYI: playing encrypted DVDs on yer desktop Robert Komar <robk@robpc4.home.org> - 2013-06-26 22:57 -0700
Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-27 12:19 +0000
Re: FYI: playing encrypted DVDs on yer desktop Michael Black <et472@ncf.ca> - 2013-06-27 13:28 -0400
Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-27 19:35 +0000
Re: FYI: playing encrypted DVDs on yer desktop Johann Klammer <klammerj@NOSPAM.a1.net> - 2013-06-27 21:39 +0200
Re: FYI: playing encrypted DVDs on yer desktop Robert Komar <robk@robpc4.home.org> - 2013-06-27 20:31 -0700
Re: FYI: playing encrypted DVDs on yer desktop The Natural Philosopher <tnp@invalid.invalid> - 2013-06-28 09:45 +0100
Re: FYI: playing encrypted DVDs on yer desktop JEDIDIAH <jedi@nomad.mishnet> - 2013-06-28 15:36 -0500
csiph-web