Re: [tcljava-user] tcljava problem under ubuntu 64...
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2009-06-11 17:19:08
|
Georgios Petasis wrote: > The problem was due to the optimisation done by gcc 4.3. > It seems to relate to this bug report: > > https://sourceforge.net/tracker/?func=detail&aid=1528278&group_id=13005&atid=113005 > > George > The right fix for this issue is to pass -fno-strict-aliasing to GCC on the command line. It only shows up when -O2 or greater is used. This fix is in the CVS but has not made it into a release yet. Mo |