Re: [fpc-pascal] Linker speed

2012-08-24 Thread Rainer Stratmann
Am Friday 24 August 2012 12:02:06 schrieb Tomas Hajny: > > Compiler Version: 2.4.2-0 i386 > > That is a pretty old version now (not that this should be the reason of > your issue). It was ok with the same version :-) I am satisfied with 2.4.2-0. > Does your fpc.cfg use smartlinking (-XX)? Yes.

Re: [fpc-pascal] Linker speed

2012-08-24 Thread Tomas Hajny
On Fri, August 24, 2012 11:11, Rainer Stratmann wrote: > Am Friday 24 August 2012 11:00:35 schrieb Tomas Hajny: >> On Fri, August 24, 2012 10:52, Rainer Stratmann wrote: >> > I try to be independend from lazarus and wrote a configure file which >> I >> > then >> > pass to fpc at the console. >> > >

Re: [fpc-pascal] Linker speed

2012-08-24 Thread Graeme Geldenhuys
On 24 August 2012 10:11, Rainer Stratmann wrote: > Sometimes there is the message: > /urs/bin/ld: warning: link.res contains output sections; did you forget -T? The latest FPC under Linux now always produces this message. Search the message archives... I asked this question before and somebody ex

Re: [fpc-pascal] Linker speed

2012-08-24 Thread Rainer Stratmann
Am Friday 24 August 2012 11:00:35 schrieb Tomas Hajny: > On Fri, August 24, 2012 10:52, Rainer Stratmann wrote: > > I try to be independend from lazarus and wrote a configure file which I > > then > > pass to fpc at the console. > > > > Now suddenly the linker is noteable slower. > > In both modes

Re: [fpc-pascal] Linker speed

2012-08-24 Thread Tomas Hajny
On Fri, August 24, 2012 10:52, Rainer Stratmann wrote: > I try to be independend from lazarus and wrote a configure file which I > then > pass to fpc at the console. > > Now suddenly the linker is noteable slower. > In both modes (from lazarus and from console). > > Which reason can it have? Which