Re: [fpc-devel] Comparison FPC 2.2 - Delphi 7

2007-07-06 Thread Florian Klaempfl
Neil Graham schrieb: Florian Klaempfl wrote: I profiled it some time ago and the compile time is simple spread over the compiler. Only two procedures consumed a lot of time: fillchar and move. I added the fastmove code at this time because we spend at least some time in move. What did you do

Re: [fpc-devel] Comparison FPC 2.2 - Delphi 7

2007-07-06 Thread Michael Schnell
Michael Schnell wrote: Does Delphi really rebuild all units, then ? No, it does not. Of course it does do a decent make process. But for me it does a link when I press F9 just to restart the program again when debugging. Why is this necessary ? (Delphi just start the program

Re: [fpc-devel] Comparison FPC 2.2 - Delphi 7

2007-07-06 Thread Michael Van Canneyt
On Fri, 6 Jul 2007, Michael Schnell wrote: Michael Schnell wrote: Does Delphi really rebuild all units, then ? No, it does not. Of course it does do a decent make process. But for me it does a link when I press F9 just to restart the program again when

Re: [fpc-devel] Comparison FPC 2.2 - Delphi 7

2007-07-06 Thread vsnijders
If you trust Lazarus to make the right decision when determining if something is changed, then go to Project - Project Options - Miscellaneous and uncheck Always build (even if nothing changed). Vincent Michael Schnell wrote: Does Delphi really rebuild all units, then ? No, it does

Re: [fpc-devel] Comparison FPC 2.2 - Delphi 7

2007-07-06 Thread Michael Schnell
Make is not used, unless you rebuild lazarus. I see. -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Comparison FPC 2.2 - Delphi 7

2007-07-06 Thread Michael Schnell
If you trust Lazarus to make the right decision when determining if something is changed, then go to Project - Project Options - Miscellaneous and uncheck Always build (even if nothing changed). I see, Thanks, -Michael ___ fpc-devel maillist

[fpc-devel] Errors linking Symbian OS applications

2007-07-06 Thread Felipe Monteiro de Carvalho
Hi, I am compiling a symbian os application for the first time since 1 month or so, and now the linking stage fails with: mwldsym2.exe: Undefined symbol: '__data_start__' mwldsym2.exe: referenced from '.text' in system.o mwldsym2.exe: referenced from '.text' in system.o mwldsym2.exe: referenced

Re: [fpc-devel] Errors linking Symbian OS applications

2007-07-06 Thread Yury Sidorov
From: Felipe Monteiro de Carvalho [EMAIL PROTECTED] Hi, I am compiling a symbian os application for the first time since 1 month or so, and now the linking stage fails with: mwldsym2.exe: Undefined symbol: '__data_start__' mwldsym2.exe: referenced from '.text' in system.o mwldsym2.exe: