> -----Original Message-----
> From: Tor Didriksen [mailto:tor.didriksen@stripped]
> Sent: Dienstag, 11. Oktober 2011 16:53
> To: commits@stripped
> Subject: bzr push into mysql-trunk-wl5825-stl branch (tor.didriksen:3440
to
> 3441)
>
> 3441 Tor Didriksen 2011-10-11
> Release build fails on APPLE: duplicate symbol _ut_crc32
>
> Remove -fno-common from APPLE gcc flags.
> It prohibits common symbols in *all* libraries/executables.
> I guess it is a leftover from the autoconf scripts, which
> specify -fno-common to enforce behaviour needed for creating .dylib
> files.
Hi Tor,
I rather think it was a workaround to compile on OSX 10.3 . If I recall
this correctly, on one of the pushbuild machines w. old OSX Server/old gcc,
it just did not compile or link without it. It worked ok though without
-fno-common in 10.5 and 10.6
Wlad