public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] libtool/gcc error
@ 2003-02-18  4:11 Justin Lambert
  2003-02-18  5:08 ` Hannes Mehnert
  2003-02-19 23:48 ` Martin Schlemmer
  0 siblings, 2 replies; 3+ messages in thread
From: Justin Lambert @ 2003-02-18  4:11 UTC (permalink / raw
  To: gentoo-dev

	
A while ago there was a gcc-3.2.2-<somedate> update to gcc (~x86).  After I
updated this I get errors like the following when trying to compile gaim-cvs,
kde-cvs, et al.  I have re-emerge libtool and gcc hoping that would take care
of the problem.  I cannot seem to find where libtool is pulling that path for
gcc-3.2.1.  Anyone else knows?  I have gcc-config emerged, and for the fun of 
it also re-emerged it.  I also set it's profile to gnu-i686-pc-linux-3.2.2 
(or whatever it is) and is /etc/env.d/gcc/config.

/bin/sh ../libtool --silent --mode=link gcc  -mcpu=athlon-tbird -O3 -pipe
-fomit-frame-pointer -fforce-addr -funroll-loops -falign-functions=4
-maccumulate-outgoing-args -I/opt/include -I.. -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DGTK_ENABLE_BROKEN   -o gaim -export-dynamic
about.o away.o browser.o buddy.o buddy_chat.o conversation.o core.o dialogs.o
dnd-hints.o ft.o gaim-disclosure.o gaimrc.o gtkcellrendererprogress.o
gtkconv.o gtkft.o gtkimhtml.o gtkutils.o html.o idle.o list.o log.o main.o
md5.o module.o multi.o perl.o prefs.o proxy.o prpl.o server.o session.o
socket.o sound.o stock.o themes.o util.o -Wl,--export-dynamic -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/usr/lib -lao
-ldl -L/usr/lib -laudiofile -lm  -rdynamic -L/usr/local/lib
/usr/lib/perl5/5.8.0/i686-linux/auto/DynaLoader/DynaLoader.a
-L/usr/lib/perl5/5.8.0/i686-linux/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil
-L/usr/X11R6/lib -lXss -L/usr/X11R6/lib -lSM -lICE  -Wl,--export-dynamic
-lgtkspell -lpspell -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0   -lnsl
libtool: link: cannot find the library
`/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.la'
make[3]: *** [gaim] Error 1
make[3]: Leaving directory `/var/tmp/portage/gaim-cvs-0.60-r3/work/gaim/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gaim-cvs-0.60-r3/work/gaim/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gaim-cvs-0.60-r3/work/gaim'
make: *** [all] Error 2


Justin

-------------------------------------------------------


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] libtool/gcc error
  2003-02-18  4:11 [gentoo-dev] libtool/gcc error Justin Lambert
@ 2003-02-18  5:08 ` Hannes Mehnert
  2003-02-19 23:48 ` Martin Schlemmer
  1 sibling, 0 replies; 3+ messages in thread
From: Hannes Mehnert @ 2003-02-18  5:08 UTC (permalink / raw
  To: jlambert; +Cc: gentoo-dev

Hi,

this was reported earlier:
http://article.gmane.org/gmane.linux.gentoo.devel/7004
the solution is:
http://article.gmane.org/gmane.linux.gentoo.devel/7005
or http://bugs.gentoo.org/show_bug.cgi?id=15025

On Tuesday 18 February 2003 05:11, Justin Lambert wrote:
> A while ago there was a gcc-3.2.2-<somedate> update to gcc
> (~x86).  After I updated this I get errors like the following
> when trying to compile gaim-cvs, kde-cvs, et al.  I have
> re-emerge libtool and gcc hoping that would take care of the
> problem.  I cannot seem to find where libtool is pulling that
> path for gcc-3.2.1.  Anyone else knows?  I have gcc-config
> emerged, and for the fun of it also re-emerged it.  I also set
> it's profile to gnu-i686-pc-linux-3.2.2 (or whatever it is) and
> is /etc/env.d/gcc/config.

Best Regards,

Hannes Mehnert

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] libtool/gcc error
  2003-02-18  4:11 [gentoo-dev] libtool/gcc error Justin Lambert
  2003-02-18  5:08 ` Hannes Mehnert
@ 2003-02-19 23:48 ` Martin Schlemmer
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Schlemmer @ 2003-02-19 23:48 UTC (permalink / raw
  To: jlambert; +Cc: gentoo-dev

On Mon, 17 Feb 2003 22:11:42 -0600
Justin Lambert <jlambert@eml.cc> wrote:

Have a look at: 

  http://bugs.gentoo.org/show_bug.cgi?id=15025

for the fix.

When about did you update ?

BTW, please CC me.

> 	
> A while ago there was a gcc-3.2.2-<somedate> update to gcc (~x86). 
> After I updated this I get errors like the following when trying to
> compile gaim-cvs, kde-cvs, et al.  I have re-emerge libtool and gcc
> hoping that would take care of the problem.  I cannot seem to find
> where libtool is pulling that path for gcc-3.2.1.  Anyone else knows? 
> I have gcc-config emerged, and for the fun of it also re-emerged it. 
> I also set it's profile to gnu-i686-pc-linux-3.2.2 (or whatever it is)
> and is /etc/env.d/gcc/config.
> 
> /bin/sh ../libtool --silent --mode=link gcc  -mcpu=athlon-tbird -O3
> -pipe-fomit-frame-pointer -fforce-addr -funroll-loops
> -falign-functions=4-maccumulate-outgoing-args -I/opt/include -I..
> -I/usr/include/gtk-2.0-I/usr/lib/gtk-2.0/include
> -I/usr/include/atk-1.0
> -I/usr/include/pango-1.0-I/usr/include/freetype2 -I/usr/X11R6/include
> -I/usr/include/glib-2.0-I/usr/lib/glib-2.0/include  
> -DGTK_ENABLE_BROKEN   -o gaim -export-dynamic about.o away.o browser.o
> buddy.o buddy_chat.o conversation.o core.o dialogs.o dnd-hints.o ft.o
> gaim-disclosure.o gaimrc.o gtkcellrendererprogress.o gtkconv.o gtkft.o
> gtkimhtml.o gtkutils.o html.o idle.o list.o log.o main.o md5.o
> module.o multi.o perl.o prefs.o proxy.o prpl.o server.o session.o
> socket.o sound.o stock.o themes.o util.o -Wl,--export-dynamic
> -lgtk-x11-2.0-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm
> -lpangoxft-1.0 -lpangox-1.0-lpango-1.0 -lgobject-2.0 -lgmodule-2.0
> -ldl -lglib-2.0   -L/usr/lib -lao-ldl -L/usr/lib -laudiofile -lm 
> -rdynamic
> -L/usr/local/lib/usr/lib/perl5/5.8.0/i686-linux/auto/DynaLoader/DynaL
> oader.a-L/usr/lib/perl5/5.8.0/i686-linux/CORE -lperl -lnsl -ldl -lm
> -lcrypt -lutil-L/usr/X11R6/lib -lXss -L/usr/X11R6/lib -lSM -lICE 
> -Wl,--export-dynamic-lgtkspell -lpspell -lgtk-x11-2.0 -lgdk-x11-2.0
> -latk-1.0 -lgdk_pixbuf-2.0-lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0
> -lgobject-2.0 -lgmodule-2.0 -ldl-lglib-2.0   -lnsl
> libtool: link: cannot find the library
> `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.la'
> make[3]: *** [gaim] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/gaim-cvs-0.60-r3/work/gaim/src' make[2]: ***
> [all-recursive] Error 1 make[2]: Leaving directory
> `/var/tmp/portage/gaim-cvs-0.60-r3/work/gaim/src' make[1]: ***
> [all-recursive] Error 1 make[1]: Leaving directory
> `/var/tmp/portage/gaim-cvs-0.60-r3/work/gaim' make: *** [all] Error 2
> 
> 
> Justin
> 
> -------------------------------------------------------
> 
> 
> --
> gentoo-dev@gentoo.org mailing list
> 


-- 

Martin Schlemmer
Gentoo Linux Developer, Desktop/System Team Developer
Cape Town, South Africa


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-20  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-18  4:11 [gentoo-dev] libtool/gcc error Justin Lambert
2003-02-18  5:08 ` Hannes Mehnert
2003-02-19 23:48 ` Martin Schlemmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox