[fpc-pascal] Linker speed

2012-08-24 Thread Rainer Stratmann
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? ___ fpc-pascal maillist -

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

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 (from

Re: [fpc-pascal] Linker speed

2012-08-24 Thread Graeme Geldenhuys
On 24 August 2012 10:11, Rainer Stratmann rainerstratm...@t-online.de 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

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. Now suddenly

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. I

[fpc-pascal] TObjectQueue with ability to dequeue arbitrary positions

2012-08-24 Thread Jorge Aldo G. de F. Junior
while working on my actor model concurrency for freepascal i met the following problem. Each actor has a mailbox, that is made of the following components : A standard TObjectQueue wich holds the messages A TMultiReadExclusiveWriteSynchronizer that avoids race conditions while acessing the

Re: [fpc-pascal] variant.inc(82, 10) Error: Illegal type conversion: Text to TextRec

2012-08-24 Thread Jonas Maebe
On 24 Aug 2012, at 20:52, ik wrote: For two weeks now, I have the following error message with FPC 2.7.1: variant.inc(82,10) Error: Illegal type conversion: Text to TextRec I'm currently on r22233. Arch Linux 64 bit. The last build of FPC 2.7.1 I made was: Free Pascal Compiler version

Re: [fpc-pascal] variant.inc(82, 10) Error: Illegal type conversion: Text to TextRec

2012-08-24 Thread Sven Barth
Am 24.08.2012 21:21 schrieb Jonas Maebe jonas.ma...@elis.ugent.be: On 24 Aug 2012, at 20:52, ik wrote: For two weeks now, I have the following error message with FPC 2.7.1: variant.inc(82,10) Error: Illegal type conversion: Text to TextRec I'm currently on r22233. Arch Linux 64 bit.

Re: [fpc-pascal] variant.inc(82, 10) Error: Illegal type conversion: Text to TextRec

2012-08-24 Thread ik
On Sat, Aug 25, 2012 at 1:07 AM, Sven Barth pascaldra...@googlemail.comwrote: Am 24.08.2012 21:21 schrieb Jonas Maebe jonas.ma...@elis.ugent.be: On 24 Aug 2012, at 20:52, ik wrote: For two weeks now, I have the following error message with FPC 2.7.1: variant.inc(82,10) Error:

Re: [fpc-pascal] variant.inc(82, 10) Error: Illegal type conversion: Text to TextRec

2012-08-24 Thread Jonas Maebe
On 25 Aug 2012, at 00:37, ik wrote: On Sat, Aug 25, 2012 at 1:07 AM, Sven Barth pascaldra...@googlemail.comwrote: Am 24.08.2012 21:21 schrieb Jonas Maebe jonas.ma...@elis.ugent.be: It is something with your old build, namely the fact that it is not the latest release (2.6.0 at this

Re: [fpc-pascal] variant.inc(82, 10) Error: Illegal type conversion: Text to TextRec

2012-08-24 Thread ik
On Sat, Aug 25, 2012 at 1:48 AM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: On 25 Aug 2012, at 00:37, ik wrote: On Sat, Aug 25, 2012 at 1:07 AM, Sven Barth pascaldra...@googlemail.com wrote: Am 24.08.2012 21:21 schrieb Jonas Maebe jonas.ma...@elis.ugent.be: It is something with

Re: [fpc-pascal] variant.inc(82, 10) Error: Illegal type conversion: Text to TextRec

2012-08-24 Thread Marco van de Voort
In our previous episode, ik said: Doesn't 2.7.1 is the current development version ? Yes. But it can describe pretty much any version from last december to till when 2.8.0 comes out and trunk version number will change to 2.9.1. ___ fpc-pascal

Re: [fpc-pascal] variant.inc(82, 10) Error: Illegal type conversion: Text to TextRec

2012-08-24 Thread Jonas Maebe
On 25 Aug 2012, at 00:55, ik wrote: On Sat, Aug 25, 2012 at 1:48 AM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: What would be a big problem, would be having to support compilation of the current svn reversion with every possible earlier svn reversion. Doesn't 2.7.1 is the current

[fpc-pascal] FP IDE: Debuggee redirection under Linux

2012-08-24 Thread leledumbo
When I was on Windows, use another tty for debuggee works fine. The output gets its own console, and I can debug while watching the output. I'm on Kubuntu now so my terminal is Konsole. If I set /usr/bin/konsole as debuggee, then the program doesn't seem to run (the breakpoint line never gets