Gentoo Archives: gentoo-dev

From: Ioannis Aslanidis <aslanidis@×××××.com>
To:
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Need information over configuration of gcc/libstdc++-v3
Date: Thu, 11 Nov 2004 21:22:13
Message-Id: ea440b1d04111113223644f358@mail.gmail.com
In Reply to: Re: [gentoo-dev] Need information over configuration of gcc/libstdc++-v3 by Paul de Vrieze
1 On Thu, 11 Nov 2004 22:06:36 +0100, Paul de Vrieze <pauldv@g.o> wrote:
2 > Try to grep /usr/lib/*.la for this sequence, also take a look
3 > at /etc/env.d/05gcc
4
5 grep returns nothing and, as I commented before, I see no strange
6 output in the rest of config files. Obviously, there is a workaround
7 (symlink the wrong directory to the correct one, but hope not to have
8 to do this each time I upgrade gcc)
9
10 blackhat ~ # grep /usr/lib/*.la
11 blackhat ~ # cat /etc/env.d/05gcc
12 PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.4"
13 ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/3.4"
14 MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.4/man"
15 INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.4/info"
16 LDPATH="/usr/lib/gcc/i686-pc-linux-gnu/3.4.3:/usr/lib/gcc/i686-pc-linux-gnu/3.4.3:/usr/lib/gcc/i686-pc-linux-gnu/3.4.3"
17 blackhat ~ # cat /etc/env.d/gcc/config
18 CURRENT=i686-pc-linux-gnu-3.4.3
19 blackhat ~ # cat /etc/env.d/gcc/i686-pc-linux-gnu-3.4.3
20 PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.4"
21 ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/3.4"
22 GCCBITS=" 32"
23 LDPATH="/usr/lib/gcc/i686-pc-linux-gnu/3.4.3"
24 MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.4/man"
25 INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.4/info"
26 STDCXX_INCDIR="g++-v3"
27 CC="gcc"
28 CXX="g++"
29
30
31 I have checked out the Makefile that makes compilation fail in
32 beep-media-player and I think it is related to the system dynamic
33 library -lstdc++ as it fails in module mpg123:
34
35 libmpg123_la_SOURCES = $(COMMON_SRC) $(EXTRA_SRC)
36 libmpg123_la_LDFLAGS = -module -avoid-version -export-symbols-regex
37 "get_.plugin_info"
38 libmpg123_la_LIBADD = -lstdc++ -lz -lid3 -Wl,--export-dynamic -pthread
39 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm
40 -lpangoxft-1.0 -lpangox-1.0 -lgthread-2.0 -lpango-1.0 -lgobject-2.0
41 -lgmodule-2.0 -ldl -lglib-2.0 $(top_builddir)/libbeep/libbeep.la
42
43 Ideas?
44
45 --
46 Ioannis Aslanidis
47 <deathwing00[at]forums.gentoo.org> 0xC2539DA3
48 <aioannis[at]tinet.org> 0xF202D067
49 <dwcommander[at]users.sourceforge.net>
50
51 Hellenic Gentoo GNU/Linux project manager (http://hellenicgentoo.sf.net)
52 FIRECOPS++ project manager (http://firecops.sf.net)
53 Gentoo Forums Global Moderator (http://forums.gentoo.org)
54
55 Computer Engineering student at Universitat Rovira i Virgili
56
57 --
58 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Need information over configuration of gcc/libstdc++-v3 Ioannis Aslanidis <aslanidis@×××××.com>