------- Comment #23 from dougmencken at gmail dot com 2010-05-11 05:53 ------- (In reply to comment #22)
> "make install" should do it make install of course does it (if --enable-shared is supplied to ./configure) > look to see if libgcc_s.so is built, is it in the build tree? I'm now on stage2: $ cat stage_current stage_final stage2 stage3 and have the following inside bootstrap directory: $ find . -name *libgcc_s* ./prev-gcc/libgcc_s.so.1 ./prev-gcc/libgcc_s.so ./prev-powerpc-gnu-linux-uclibc/libgcc/libgcc_s.so.1 ./prev-powerpc-gnu-linux-uclibc/libgcc/libgcc_s.so I don't know, is it the same or not, but none of this does include Unwind_GetIPInfo: $ objdump -T ./prev-powerpc-gnu-linux-uclibc/libgcc/libgcc_s.so.1 | grep Unwind_Get 0000bd78 g DF .text 00000008 GCC_3.0 _Unwind_GetIP 0000bda4 g DF .text 00000008 GCC_3.0 _Unwind_GetRegionStart 0000bccc g DF .text 00000008 GCC_3.3 _Unwind_GetCFA 0000bdec g DF .text 00000008 GCC_3.0 _Unwind_GetTextRelBase 0000bd9c g DF .text 00000008 GCC_3.0 _Unwind_GetLanguageSpecificData 0000bc44 g DF .text 00000088 GCC_3.0 _Unwind_GetGR 0000bde4 g DF .text 00000008 GCC_3.0 _Unwind_GetDataRelBase $ objdump -T ./prev-gcc/libgcc_s.so.1 | grep Unwind_Get 0000bd78 g DF .text 00000008 GCC_3.0 _Unwind_GetIP 0000bda4 g DF .text 00000008 GCC_3.0 _Unwind_GetRegionStart 0000bccc g DF .text 00000008 GCC_3.3 _Unwind_GetCFA 0000bdec g DF .text 00000008 GCC_3.0 _Unwind_GetTextRelBase 0000bd9c g DF .text 00000008 GCC_3.0 _Unwind_GetLanguageSpecificData 0000bc44 g DF .text 00000088 GCC_3.0 _Unwind_GetGR 0000bde4 g DF .text 00000008 GCC_3.0 _Unwind_GetDataRelBase So, it's stage1 or stage2 problem, not install problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43911