[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2010-02-05 Thread paolo dot carlini at oracle dot com
--- Comment #19 from paolo dot carlini at oracle dot com 2010-02-05 13:11 --- So, this is fixed. -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2010-01-16 Thread rwild at gcc dot gnu dot org
--- Comment #17 from rwild at gcc dot gnu dot org 2010-01-16 14:47 --- Subject: Bug 35942 Author: rwild Date: Sat Jan 16 14:46:57 2010 New Revision: 155965 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155965 Log: Fix PR 35942: remove -lstdc++ from libtool postdeps for CXX.

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2010-01-16 Thread rwild at gcc dot gnu dot org
--- Comment #18 from rwild at gcc dot gnu dot org 2010-01-16 14:49 --- Fixed for 4.5. -- rwild at gcc dot gnu dot org changed: What|Removed |Added Known to

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2010-01-07 Thread rwild at gcc dot gnu dot org
--- Comment #16 from rwild at gcc dot gnu dot org 2010-01-07 20:54 --- Patch at http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00349.html, it would be nice if someone could confirm that it fixes the issue. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35942

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2010-01-04 Thread rwild at gcc dot gnu dot org
--- Comment #15 from rwild at gcc dot gnu dot org 2010-01-04 17:15 --- Created an attachment (id=19463) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19463action=view) proposed patch (In reply to comment #14) Is this still an issue? I have not tried to reproduce it, but I

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2009-12-15 Thread paolo dot carlini at oracle dot com
--- Comment #14 from paolo dot carlini at oracle dot com 2009-12-15 17:02 --- Is this still an issue? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35942

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2009-02-10 Thread earthengine at gmail dot com
--- Comment #13 from earthengine at gmail dot com 2009-02-10 12:48 --- whereas the --build part used to not be necessary. (Although I suppose omitting both host and build flags might work too, or just supplying --host=x86_64-unknown-linux-gnu when compiling on x86_64 so that

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2009-02-09 Thread jzb2 at aexorsyst dot com
--- Comment #12 from jzb2 at aexorsyst dot com 2009-02-09 20:25 --- So it appears that the root cause of this issue is the long standing libtool DESTDIR problem. I've reworked the original patch above into to following, which works with my ./configure options: Index:

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2009-02-02 Thread jzb2 at aexorsyst dot com
--- Comment #10 from jzb2 at aexorsyst dot com 2009-02-02 09:31 --- I can confirm this is a real problem. I have hit this exact same bug on gcc-4.2.2. However, one difference in my setup is that I _do_ have libstdc++.so available as part of my cross toolchain, with the result the

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2009-02-02 Thread jzb2 at aexorsyst dot com
--- Comment #11 from jzb2 at aexorsyst dot com 2009-02-02 16:26 --- Well, I answered my own question, sort of... In my /usr/bin/libtool, in the CXX tag section, I have postdeps=-lstdc++ -lm -lgcc_s -lc -lgcc_s so voila, that's where it comes from, probably. So this issue can now be

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2009-01-20 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2009-01-20 20:56 --- I don't think this is a libstdc++ bug per se, but configure/build and possibly libtool-related. But I don't see a configure/build category (only a keyword), so the current mis-categorization shall continue. I will

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2008-10-22 Thread earthengine at gmail dot com
--- Comment #7 from earthengine at gmail dot com 2008-10-22 10:31 --- Hi, We have found the reason of this problem. The GCC 4.3+ serials can automaticaly detect the --build parameter (i686-pc-linux-gnu, or something like that). However, the previous version will use --host parameter if

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2008-10-22 Thread earthengine at gmail dot com
--- Comment #8 from earthengine at gmail dot com 2008-10-22 10:53 --- Let me explain it more clearly. Suppose I am building a toolchain to be running on a x86 Linux machine, and it will generate code for mips Linux. With gcc 4.2.x, I can use --host=i686-pc-linux-gnu

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2008-10-03 Thread paolo dot carlini at oracle dot com
--- Comment #6 from paolo dot carlini at oracle dot com 2008-10-03 23:06 --- Ralf, any feedback on this issue? Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35942

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2008-04-25 Thread earthengine at gmail dot com
--- Comment #3 from earthengine at gmail dot com 2008-04-25 11:53 --- (In reply to comment #1) Since there is no 4.3.1 release, only 4.3.0, can I assume you mean 4.3.0 for the Reported Against field? libtool issues should be fixed in libtool if possible, and not hacked around in

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2008-04-25 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #4 from Ralf dot Wildenhues at gmx dot de 2008-04-25 12:05 --- Please post the link commands that expose the self reference (the libtool --mode=link stuff and whatever it generates). Also how exactly you configure GCC. Also please post cd $host/libstdc++-v3 ./libtool

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2008-04-25 Thread earthengine at gmail dot com
--- Comment #5 from earthengine at gmail dot com 2008-04-25 14:12 --- (In reply to comment #4) Please post the link commands that expose the self reference (the libtool --mode=link stuff and whatever it generates). Also how exactly you configure GCC. Also please post cd

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2008-04-24 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2008-04-24 17:04 --- Since there is no 4.3.1 release, only 4.3.0, can I assume you mean 4.3.0 for the Reported Against field? libtool issues should be fixed in libtool if possible, and not hacked around in src/Makefile.am. Editing

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

2008-04-24 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2008-04-24 21:28 --- instead of AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL AC_SUBST(enable_shared) AC_SUBST(enable_static) libgomp/acinclude.m4 has sinclude(../libtool.m4) dnl The lines below arrange for aclocal not to bring an installed dnl