Re: [MSEide-MSEgui-talk] Compile in Linux 64bit

2011-12-08 Thread wahono sri
Correct. Using -O1 is fine too. Just don't try adding to much optimization like -O2 or -O3. In the latter two cases, your app will not compile, or will compile, but crash instantly when run. I have no idea why, and it seems to be a MSEgui specific issue. Thanks Graeme, that is best solution

Re: [MSEide-MSEgui-talk] Compile in Linux 64bit

2011-12-07 Thread Graeme Geldenhuys
On 8 December 2011 08:49, Martin Schreiber wrote: Try to delete all *.ppu and *.o files in source tree and the unit export directory. Use FPC fixes_2_6, switch optimizations off (-O-). Correct. Using -O1 is fine too. Just don't try adding to much optimization like -O2 or -O3. In the latter two