Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Python vs C++ [was: Gentoo Rules]
Date: Sun, 16 Dec 2007 20:45:39
Message-Id: 1197837324.545.54.camel@blackwidow.nbk
In Reply to: Re: [gentoo-user] Python vs C++ [was: Gentoo Rules] by Matan Peled
1 [...]
2 > >
3 > > Just think about this horror: gcc/libstdc++ update and your package manager
4 > > stops working....
5 >
6 > Hehehehe. Guess what python is linked against (It doesn't have to be
7 > linked against libstdc++, but it usually is)? =P
8
9 CPython is written in C and has no C++ dependencies:
10
11 $ ldd `which python`
12 linux-gate.so.1 => (0xb7ffd000)
13 libpython2.5.so.1.0 => /usr/lib/libpython2.5.so.1.0 (0x455b0000)
14 libpthread.so.0 => /lib/libpthread.so.0 (0x421c9000)
15 libdl.so.2 => /lib/libdl.so.2 (0x421af000)
16 libutil.so.1 => /lib/libutil.so.1 (0x42feb000)
17 libm.so.6 => /lib/libm.so.6 (0x42189000)
18 libc.so.6 => /lib/libc.so.6 (0x42052000)
19 /lib/ld-linux.so.2 (0x41000000)
20
21 --
22 Albert W. Hopkins
23
24 --
25 gentoo-user@g.o mailing list