thanks, it worked =)
--
Felipe Monteiro de Carvalho
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
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: refe
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
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 mailli
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
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 do
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
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 her