[PyKDE] sip 3.0 on Solaris 8/SPARC
pykde at lists.thewrittenword.com
pykde at lists.thewrittenword.com
Fri Nov 23 02:55:12 GMT 2001
I'm trying to build sip 3.0 on Solaris 8/SPARC with the Sun C++
compiler:
$ CC -V
CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-02 2001/09/18
I replaced the version of libtool in sip with the HEAD libtool branch
(better C/C++ support) and get as far as:
/bin/sh ../libtool --mode=link CC -xO2 -xtarget=generic -xarch=v8
-o libsip.la -rpath /opt/TWWfsw/sip30/lib -version-info 7:0:0
-L/opt/TWWfsw/libqt23/lib -lqt -L/usr/openwin/lib -R/usr/openwin/lib
-lSM -lICE -lX11 -lsocket -lnsl siplib.lo qtlib.lo objmap.lo
moc_sipQt.lo
CC -G -nolib -hlibsip.so.7 -o .libs/libsip.so.7.0.0 .libs/siplib.o
.libs/qtlib.o .libs/objmap.o .libs/moc_sipQt.o -R/usr/openwin/lib
-L/opt/TWWfsw/libqt23/lib -lqt -L/usr/openwin/lib -lSM -lICE -lX11
-lsocket -lnsl -lc
ld: fatal: symbol `QChar::QChar #Nvariant 1()' is multiply-defined:
(file .libs/qtlib.o and file .libs/moc_sipQt.o);
ld: fatal: symbol `QChar::QChar()' is multiply-defined:
(file .libs/qtlib.o and file .libs/moc_sipQt.o);
ld: fatal: symbol `QChar::QChar #Nvariant 1(char)' is
multiply-defined:
(file .libs/qtlib.o and file .libs/moc_sipQt.o);
I have built Qt 2.3.2 with the same Sun C++ compiler. When this
failed, I tried on Tru64 UNIX with the Compaq C++ compiler and it
worked fine.
--
albert chin (china at thewrittenword.com)
More information about the PyQt
mailing list