Version: (using KDE KDE 3.5.0) Installed from: Compiled From Sources Compiler: gcc 4.0.2 OS: Solaris kdeutils/superkaramba/src/Makefile.am includes a line with -Wl,-export-dynamic which does not work on Solaris: ld: fatal: entry point symbol `xport-dynamic' is undefined collect2: ld returned 1 exit status gmake[3]: *** [superkaramba] Error 1 gmake[3]: Leaving directory `/build/kdeutils-3.5.0/superkaramba/src' I already verified that the bug still exists on the 3.5 branch (SVN). Workaround: remove the offending string (no real solution, of course).
I found this in kdeutils 3.5.8 while building on OpenSolaris using Gcc 3.4.3. Superkaramba should not hardcode -export-dynamic in it's Makefile.am since configure already performs a check for it and adds the flag if supported by the platform.
Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug.