Gentoo Archives: gentoo-dev

From: Justin Lambert <jlambert@×××.cc>
To: gentoo-dev@g.o
Subject: [gentoo-dev] libtool/gcc error
Date: Tue, 18 Feb 2003 04:17:04
Message-Id: 200302172211.42302.jlambert@eml.cc
1 A while ago there was a gcc-3.2.2-<somedate> update to gcc (~x86). After I
2 updated this I get errors like the following when trying to compile gaim-cvs,
3 kde-cvs, et al. I have re-emerge libtool and gcc hoping that would take care
4 of the problem. I cannot seem to find where libtool is pulling that path for
5 gcc-3.2.1. Anyone else knows? I have gcc-config emerged, and for the fun of
6 it also re-emerged it. I also set it's profile to gnu-i686-pc-linux-3.2.2
7 (or whatever it is) and is /etc/env.d/gcc/config.
8
9 /bin/sh ../libtool --silent --mode=link gcc -mcpu=athlon-tbird -O3 -pipe
10 -fomit-frame-pointer -fforce-addr -funroll-loops -falign-functions=4
11 -maccumulate-outgoing-args -I/opt/include -I.. -I/usr/include/gtk-2.0
12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
13 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/glib-2.0
14 -I/usr/lib/glib-2.0/include -DGTK_ENABLE_BROKEN -o gaim -export-dynamic
15 about.o away.o browser.o buddy.o buddy_chat.o conversation.o core.o dialogs.o
16 dnd-hints.o ft.o gaim-disclosure.o gaimrc.o gtkcellrendererprogress.o
17 gtkconv.o gtkft.o gtkimhtml.o gtkutils.o html.o idle.o list.o log.o main.o
18 md5.o module.o multi.o perl.o prefs.o proxy.o prpl.o server.o session.o
19 socket.o sound.o stock.o themes.o util.o -Wl,--export-dynamic -lgtk-x11-2.0
20 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0
21 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib -lao
22 -ldl -L/usr/lib -laudiofile -lm -rdynamic -L/usr/local/lib
23 /usr/lib/perl5/5.8.0/i686-linux/auto/DynaLoader/DynaLoader.a
24 -L/usr/lib/perl5/5.8.0/i686-linux/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil
25 -L/usr/X11R6/lib -lXss -L/usr/X11R6/lib -lSM -lICE -Wl,--export-dynamic
26 -lgtkspell -lpspell -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
27 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl
28 -lglib-2.0 -lnsl
29 libtool: link: cannot find the library
30 `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.la'
31 make[3]: *** [gaim] Error 1
32 make[3]: Leaving directory `/var/tmp/portage/gaim-cvs-0.60-r3/work/gaim/src'
33 make[2]: *** [all-recursive] Error 1
34 make[2]: Leaving directory `/var/tmp/portage/gaim-cvs-0.60-r3/work/gaim/src'
35 make[1]: *** [all-recursive] Error 1
36 make[1]: Leaving directory `/var/tmp/portage/gaim-cvs-0.60-r3/work/gaim'
37 make: *** [all] Error 2
38
39
40 Justin
41
42 -------------------------------------------------------
43
44
45 --
46 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] libtool/gcc error Hannes Mehnert <hannes@g.o>
Re: [gentoo-dev] libtool/gcc error Martin Schlemmer <azarah@g.o>