Re: [tcljava-user] tcljava problem under ubuntu 64...
Brought to you by:
mdejong
From: Georgios P. <pe...@ii...> - 2009-06-11 17:12:07
|
Dear Mo, Thank you for the input. The truth is that I am using my own build system for tcljava, so even if the fix goes to a release I will not notice it :-) But I will add -fno-strict-aliasing now that you have mentioned it :-) Regards, George O/H Mo DeJong έγραψε: > 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 |