Comment 17 for bug 1194129

Revision history for this message
su_v (suv-lp) wrote :

> Build now succeeds with clang. :)

No, not on PLATFORM_OSX:

  CXXLD inkscape
  CXXLD inkview
clang: error: unsupported option '--export-dynamic'
make[2]: *** [inkscape] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

@Alex - we need to get rid of that '--export-dynamic' linker flag AFAICT (was part of Niederstrasser's patch from comment #1)
<https://bugs.launchpad.net/inkscape/+bug/707205/+attachment/2706002/+files/048x-gcc46-configure-linker-fix.diff>

See comments in bug #707205 for details - it seems wrong to use the flag based on platform (osx) instead of compiler version/GNU linker, and the flag was removed completely in current trunk.