[fpc-devel] make install does not link ppc386

2007-03-25 Thread Brad Campbell
G'day all, Another little quirk in the build process I have to manually create the link in bin/ as fpc can't find ppc386 [EMAIL PROTECTED]:/tracks/devel/fpc/bin$ ln -s ../lib/fpc/2.3.1/ppc386 I did check the latest release version and that is what the link looked like, so I'm just assuming

Re: [fpc-devel] make install does not link ppc386

2007-03-25 Thread Jonas Maebe
On 25 Mar 2007, at 16:09, Brad Campbell wrote: Another little quirk in the build process I have to manually create the link in bin/ as fpc can't find ppc386 [EMAIL PROTECTED]:/tracks/devel/fpc/bin$ ln -s ../lib/fpc/2.3.1/ppc386 I did check the latest release version and that is what the

Re: [fpc-devel] make install does not link ppc386

2007-03-25 Thread Brad Campbell
Jonas Maebe wrote: I did check the latest release version and that is what the link looked like, so I'm just assuming the install process fails to create it. This is indeed only done if you do make installsymlink inside the compiler directory. I don't know the history behind this

Re: [fpc-devel] make install does not link ppc386

2007-03-25 Thread Marco van de Voort
On 25 Mar 2007, at 16:09, Brad Campbell wrote: Another little quirk in the build process I have to manually create the link in bin/ as fpc can't find ppc386 [EMAIL PROTECTED]:/tracks/devel/fpc/bin$ ln -s ../lib/fpc/2.3.1/ppc386 I did check the latest release version and that is

[fpc-devel] overflow checking

2007-03-25 Thread Vincent Snijders
Hi, I am trying to compile and run some parts of Lazarus (lcl\interfaces\win32) with -Criot. I get some overflow errors I don't understand. I tried to understand the logic behind the generated assembler and made a small test program, which doesn't give an overflow error, but that has the