Bug 121054 - export-dynamic does not work on Solaris
Summary: export-dynamic does not work on Solaris
Status: RESOLVED UNMAINTAINED
Alias: None
Product: superkaramba
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Ryan Nickell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 19:28 UTC by Jens Hatlak
Modified: 2018-09-04 15:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Hatlak 2006-01-30 19:28:29 UTC
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).
Comment 1 Moinak Ghosh 2008-01-23 20:25:20 UTC
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.
Comment 2 Andrew Crouthamel 2018-09-04 15:52:16 UTC
Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug.