electrolysis compilation error
Tomas Klacko <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Hi,
with 'gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)' I am running into this error:
make[4]: Entering directory
`/mnt/sda6/blackhole/electrolysis/hg/obj-i686-pc-linux-gnu/widget/src/xremoteclient'
c++ -o mozilla-xremote-client -frtti -fno-exceptions -Wall
-Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof
-Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread
-pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions
-finline-limit=50 mozilla-xremote-client.o XRemoteClient_standalone.o
-lpthread
-Wl,-rpath-link,/mnt/sda6/blackhole/electrolysis/hg/obj-i686-pc-linux-gnu/dist/bin
-Wl,-rpath-link,/usr/local/lib -L../../../dist/bin
-L../../../dist/lib
-L/mnt/sda6/blackhole/electrolysis/hg/obj-i686-pc-linux-gnu/dist/lib
-lplds4 -lplc4 -lnspr4 -lpthread -ldl -lX11 -lasound -ldl -lm
XRemoteClient_standalone.o:(.data.rel.ro._ZTI13XRemoteClient[typeinfo
for XRemoteClient]+0x0): undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'
XRemoteClient_standalone.o:(.data.rel.ro._ZTI14nsRemoteClient[typeinfo
for nsRemoteClient]+0x0): undefined reference to `vtable for
__cxxabiv1::__class_type_info'
/usr/bin/ld: mozilla-xremote-client: hidden symbol `vtable for
__cxxabiv1::__class_type_info' isn't defined
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
What should I do to try to solve it? Different (suitable) gcc version?
Can it be related to:
http://www.nabble.com/-Bug-c%2B%2B-35368---New:-With--pragma-visibility,-%60vtable-for-__cxxabiv1::__class_type_info%27-is-emitted-as-a-hidden-visibility-relocation-td15670264.html
?
Tomas Klacko