Dan Rawson - 2008-06-05

I know that this is "officially" unsupported, but I thought I'd give it a try :-))

Has anyone built superkaramba on Solaris?  I'm running a locally-built copy of KDE 3.5.7 on Solaris . . . . I get the following error during the final link:

gmake[3]: Entering directory `/usr/local/src/superkaramba-0.39/superkaramba/src'
/bin/bash ../../libtool --silent --tag=CXX --mode=link g++  -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o superkaramba -Wl,-export-dynamic  -R /usr/local/KDE/3.5.7/lib -R /usr/local/KDE/3.5.7/lib -R /usr/local/KDE/support/lib -L/usr/local/KDE/3.5.7/lib -L/usr/local/KDE/support/lib     -L/cadappl/python/2.3/lib/python2.3/config 

........... (lots of .o files removed) .........

ld: warning: file /usr/local/KDE/support/lib/libjpeg.so: attempted multiple inclusion of file
ld: warning: file /cadappl/gcc/3.4.3/gcc/lib/libstdc++.so: attempted multiple inclusion of file
ld: fatal: entry point symbol `xport-dynamic' is undefined

This is using gcc 3.4.3; I tried with both Solaris ld and gnu ld with the same error . . . .