Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
crossdev: libstdc++ not found
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
bobdva
Apprentice
Apprentice


Joined: 25 Nov 2003
Posts: 207
Location: Moscow

PostPosted: Wed Apr 01, 2009 5:18 am    Post subject: crossdev: libstdc++ not found Reply with quote

host: x86_64
target: i686

crossdev -t i686 -s4

Code:
 gcc-config -l
 [1] i686-pc-linux-gnu-4.1.2 *
 [2] i686-pc-linux-gnu-4.3.3

 [3] x86_64-pc-linux-gnu-4.1.2 *


i686-pc-linux-gnu-4.1.2 is cross compiler
x86_64-pc-linux-gnu-4.1.2 is host compiler

during xmerging icu i've got follow error:
Code:

i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer  -Wl,-O1  -o ../../bin/derb derb.o -L../../lib -licui18n -L../../lib -licutu -L../../lib -licuuc -L../../lib -L../../stubdata -licudata -lpthread -lm 
/usr/libexec/gcc/i686-pc-linux-gnu/ld: warning: libstdc++.so.6, needed by ../../lib/libicui18n.so, not found (try using -rpath or -rpath-link)
../../lib/libicui18n.so: undefined reference to `operator delete(void*)@GLIBCXX_3.4'
../../lib/libicui18n.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@CXXABI_1.3'
../../lib/libicui18n.so: undefined reference to `__gxx_personality_v0@CXXABI_1.3'
../../lib/libicui18n.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@CXXABI_1.3'
../../lib/libicui18n.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@CXXABI_1.3'
../../lib/libicui18n.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.3'
collect2: ld returned 1 exit status
make[1]: *** [../../bin/derb] Error 1
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum