Re: -static-libstdc++ breaks building gdb

2013-09-03 Thread Mike Stump
On Sep 3, 2013, at 2:39 PM, Mike Stump wrote: > I'm on a openSUSE 11.4 system with a: > > gcc (SUSE Linux) 4.5.1 20101208 [gcc-4_5-branch revision 167585] > > host compiler. When I building gdb trunk, I get a failure to build because > configure tests g++ to see if these work, but gdb links wi

Re: -static-libstdc++ breaks building gdb

2013-09-03 Thread Mike Frysinger
On Tuesday 03 September 2013 17:39:10 Mike Stump wrote: > host compiler. When I building gdb trunk, I get a failure to build because > configure tests g++ to see if these work, but gdb links with gcc and 4.5.1 > errors out with the flag. You can't set LDFLAGS, because that is given to > gcc, with

-static-libstdc++ breaks building gdb

2013-09-03 Thread Mike Stump
I'm on a openSUSE 11.4 system with a: gcc (SUSE Linux) 4.5.1 20101208 [gcc-4_5-branch revision 167585] host compiler. When I building gdb trunk, I get a failure to build because configure tests g++ to see if these work, but gdb links with gcc and 4.5.1 errors out with the flag. You can't set