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

Replies

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