From: Kfir Lavi <lavi.kfir@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] ACE gcc and libc dependency
Date: Tue, 3 May 2011 18:27:40 +0300 [thread overview]
Message-ID: <BANLkTikLzUp7+zxb0D9ekJuE=HPX0m+7zg@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]
Hi,
I'm trying to build a small system that installs just the needed libraries.
One of the programs is ACE libs.
ldd shows:
(hardend) goofy catalyst # ldd /usr/lib/libACE-6.0.1.so
linux-gate.so.1 => (0xa2782000)
librt.so.1 => /lib/librt.so.1 (0xa25bd000)
libdl.so.2 => /lib/libdl.so.2 (0xa25b9000)
libstdc++.so.6 =>
/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/libstdc++.so.6 (0xa24bd000)
libm.so.6 => /lib/libm.so.6 (0xa2496000)
libc.so.6 => /lib/libc.so.6 (0xa2310000)
libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/libgcc_s.so.1
(0xa22f6000)
libpthread.so.0 => /lib/libpthread.so.0 (0xa22dc000)
/lib/ld-linux.so.2 (0xa2783000)
In the ebuild there is no mention of runtime dependency like gcc or glibc.
...
COMMON_DEPEND="dev-libs/openssl"
# TODO probably more
RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"
DEPEND="${COMMON_DEPEND}
X? ( x11-proto/xproto )"
...
I have added virtual/libc sys-devel/gcc to RDEPEND, but this will install
gcc.
I would like to avoid installing gcc, and would like to install just the
libraries.
Is this approach correct?
Why sys-devel/gcc don't have a library version without the actual compiler?
Regards,
Kfir
[-- Attachment #2: Type: text/html, Size: 1567 bytes --]
next reply other threads:[~2011-05-03 15:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-03 15:27 Kfir Lavi [this message]
2011-05-03 15:53 ` [gentoo-dev] ACE gcc and libc dependency "Paweł Hajdan, Jr."
2011-05-03 16:15 ` Mike Gilbert
2011-05-04 11:09 ` Kfir Lavi
2011-05-04 11:32 ` Ciaran McCreesh
2011-05-03 16:53 ` [gentoo-dev] " Diego Elio Pettenò
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='BANLkTikLzUp7+zxb0D9ekJuE=HPX0m+7zg@mail.gmail.com' \
--to=lavi.kfir@gmail.com \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox