From: Tor Didriksen Date: October 12 2011 1:14pm Subject: Re: bzr push into mysql-trunk-wl5825-stl branch (tor.didriksen:3440 to 3441) List-Archive: http://lists.mysql.com/commits/141401 Message-Id: <4E9592CD.3000200@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2011-10-12 14:49, Vladislav Vaintroub wrote: Thanks for keeping an eye on my activities Wlad! -- didrik >> -----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 > >