Re: [fpc-devel] Missing library

2011-07-07 Thread Miklos Cserzo
On 7/6/2011 8:00 AM, Felipe Monteiro de Carvalho wrote: On Tue, Jul 5, 2011 at 12:39 PM, Miklos Cserzo miklos.cse...@eok.sote.hu wrote: fpc 2.4.2 gives the following error on SuSE 11.4. What is the name of the missing package? fp: error while loading shared libraries: libtinfo.so.5: cannot

[fpc-devel] Missing library

2011-07-05 Thread Miklos Cserzo
Hi Folks, fpc 2.4.2 gives the following error on SuSE 11.4. What is the name of the missing package? fp: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory Cheers, miklos ___

[fpc-devel] Compiler limitations

2008-05-09 Thread Miklos Cserzo
Hi Folks, according the documentation Arrays are limited to 2 GBytes in size in the default processor mode. Is there another mode allowing bigger arrays? Cheers, miklos ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] 64 bit version problem

2008-01-29 Thread Miklos Cserzo
Hi Folks, here goes the summary of the story: The task: compiling the same source in 32 and 64 bit environment using FPC ver. 2.2.0 and compare the results. In ideal case the results should be the same. I hit the several bugs during this test. 1) - the available 32-bit and 64-bit RPM

Re: [fpc-devel] 64 bit version problem

2008-01-28 Thread Miklos Cserzo
Jonas Maebe wrote: Try compiling with -Aas, because the internal assembler is quite broken for x86_64 in 2.2.0. That gives equivalent result as replacing the compact nested reference of the array element with the several simple references, i.e. 'score' cumulates non-zero values but the

[fpc-devel] 64 bit version problem

2008-01-25 Thread Miklos Cserzo
Hi Folks, I have a 32 bit system running openSUSE 10.3 with FPC 2.2.0 installed on it. On the other system the 64 bit variants installed of the OS and the compiler. I have a code that compiles and runs fine in the 32 bit environment. The same code compiles on 64-bit but it hits a division by