From: kaz K. <kk...@rr...> - 2001-10-06 23:18:02
|
"M. R. Brown" <mr...@0x...> wrote: > ./table: error while loading shared libraries: /lib/libstdc++.so.4: undefined symbol: __udivsi3_i4 > [snip] > Any ideas? I see. Sorry, I forgot this problem. Please regenerate libstdc++-v3/configure in your gcc source tree or fix libstdc++-v3/configure by hand: linux-gnu*) case $host_cpu in alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) lt_cv_deplibs_check_method=pass_all ;; to linux-gnu*) case $host_cpu in alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* |sh[34]*) lt_cv_deplibs_check_method=pass_all ;; and clean/rebuild libstdc++-v3. I don't include the above difference of libstdc++-v3/configure in our patch since this file is regeneratable and the true fix is in libtool.m4 which is in our patch. kaz |