Ticket #971 (closed defect: fixed)
mesa-dri-2_7.7.999-r7.0+gitr0+1ac166895fef47806c9e9286d2a6356b4db8398d does not compile
| Reported by: | nschle85 | Owned by: | TAsn |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | Other | Version: | SHR-unstable |
| Keywords: | mesa-dri compile error | Cc: |
Description
compiling shr-unstable "make image"
exits with compile error:
/home/nschle85/shr-build/shr-unstable/tmp/cross/armv4t/lib/gcc/arm-oe-linux-gnueabi/4.4.3/../../../../arm-oe-linux-gnueabi/bin/ld: warning: libstdc++.so.6, needed by ../../lib/libGLU.so, not found (try using -rpath or -rpath-link)
../../lib/libGLU.so: undefined reference to `operator new[](unsigned int)@GLIBCXX_3.4'
../../lib/libGLU.so: undefined reference to `operator delete(void*)@GLIBCXX_3.4'
../../lib/libGLU.so: undefined reference to `vtable for cxxabiv1::class_type_info@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `gxx_personality_v0@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `cxa_end_cleanup@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `operator delete[](void*)@GLIBCXX_3.4'
../../lib/libGLU.so: undefined reference to `vtable for cxxabiv1::si_class_type_info@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `vtable for cxxabiv1::vmi_class_type_info@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `cxa_pure_virtual@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `operator new(unsigned int)@GLIBCXX_3.4'
collect2: ld returned 1 exit status
