[dev] building 3.4 and failing...

2005-03-01 Thread Ken Foskey

I am getting errors like this on gcc 3.4 when I can build successfully
on gcc 3.3.

ccache gcc-3.4 -z combreloc -Wl,-z,defs -Wl,-rpath,'$ORIGIN' -shared
-L../unxlngi6.pro/lib -L../lib -L/data2/office/solenv/unxlngi6/lib
-L/data2/office/solver/680/unxlngi6.pro/lib
-L/data2/office/solenv/unxlngi6/lib -LNO_JAVA_HOME/lib
-LNO_JAVA_HOME/jre/lib/i386 -LNO_JAVA_HOME/jre/lib/i386/client
-LNO_JAVA_HOME/jre/lib/i386/native_threads
-L/usr/X11R6/lib ../unxlngi6.pro/slo/vos3gcc3_version.o 
../unxlngi6.pro/slo/vos3gcc3_description.o -o 
../unxlngi6.pro/lib/libvos3gcc3.so ../unxlngi6.pro/slo/bytarray.o 
../unxlngi6.pro/slo/bytestrm.o ../unxlngi6.pro/slo/conditn.o 
../unxlngi6.pro/slo/mutex.o ../unxlngi6.pro/slo/object.o 
../unxlngi6.pro/slo/refernce.o ../unxlngi6.pro/slo/socket.o 
../unxlngi6.pro/slo/thread.o ../unxlngi6.pro/slo/stream.o 
../unxlngi6.pro/slo/module.o ../unxlngi6.pro/slo/timer.o 
../unxlngi6.pro/slo/process.o ../unxlngi6.pro/slo/security.o 
../unxlngi6.pro/slo/signal.o ../unxlngi6.pro/slo/pipe.o 
../unxlngi6.pro/slo/xception.o -luno_sal -ldl -lpthread -lm -Wl,-Bdynamic 
-lstlport_gcc
../unxlngi6.pro/slo/bytarray.o(.gnu.linkonce.d._ZTIN3vos10OByteArrayE
+0x0): undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'


Note that I cannot be sure however configure updated. and the CVER
define is now -DC341 which changes the nature of the code.  I think that
the -DC341 is based on version not whether the gcc has visibility
patches in it or not.

This is probably issue 
http://qa.openoffice.org/issues/show_bug.cgi?id=34676

-- 
Ken Foskey
OpenOffice.org developer



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] building 3.4 and failing...

2005-03-01 Thread Pavel Janík
   From: Ken Foskey [EMAIL PROTECTED]
   Date: Tue, 01 Mar 2005 22:22:12 +1100

ccache gcc-3.4 -z combreloc -Wl,-z,defs -Wl,-rpath,'$ORIGIN' -shared
[...]
../unxlngi6.pro/slo/bytarray.o(.gnu.linkonce.d._ZTIN3vos10OByteArrayE
+0x0): undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'

Shouldn't you link with g++?
-- 
Pavel Jank

This message doesn't contain viruses, because I do not use Windows.
  -- Pavel Just in [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]