[fpc-devel] 2.1.1 SVN revision doesn't compile

2006-09-18 Thread Graeme Geldenhuys
Got an update 5 minutes ago did a 'make clean' and 'make install' and got this compiler error. as --32 -o /mnt/data/opt/fpc_2.1.1/src/rtl/units/i386-linux/gprt21.o i386/gprt21.as /mnt/data/opt/fpc_2.1.1/bin/ppc386 -Ur -Ur -Xs -O2 -n -Fi../inc -Fi../i386 -Fi../unix -Fii386 -FE.

Re: [fpc-devel] 2.1.1 SVN revision doesn't compile

2006-09-18 Thread Vincent Snijders
Graeme Geldenhuys schreef: Got an update 5 minutes ago did a 'make clean' and 'make install' and got this compiler error. as --32 -o /mnt/data/opt/fpc_2.1.1/src/rtl/units/i386-linux/gprt21.o i386/gprt21.as /mnt/data/opt/fpc_2.1.1/bin/ppc386 -Ur -Ur -Xs -O2 -n -Fi../inc -Fi../i386 -Fi../unix

Re: [fpc-devel] 2.1.1 SVN revision doesn't compile

2006-09-18 Thread Graeme Geldenhuys
Nope, I had 2.1.1 from SVN dated last week Monday. Every monday I get the latest from SVN. Now sitting at revision 4642. I tried to comment those lines out, but then I get a undefined Real type error at a different location. Regards, - Graeme - On 18/09/06, Vincent Snijders [EMAIL

[fpc-devel] PIC code generation with x86_64 with current fpc 2.1.1

2006-09-18 Thread Leducq Dominique
Is it supposed to work ? It seems that setting the -Cg compiler flag doesn't have any effect on the result (well, it defines FPC_PIC and PIC macros when compiling) I used fpc 2.1.1 of 2006-09-15, on linux x86_64 The size and md5sum of the result is exactly the same as without the flag As a

Re: [fpc-devel] 2.1.1 SVN revision doesn't compile

2006-09-18 Thread Jonas Maebe
On 18 sep 2006, at 09:11, Graeme Geldenhuys wrote: Nope, I had 2.1.1 from SVN dated last week Monday. Every monday I get the latest from SVN. Now sitting at revision 4642. Compilation of 2.1.1 is only guaranteed to work with the latest release (currently 2.0.4). Anything else may work,

Re: [fpc-devel] 2.1.1 SVN revision doesn't compile

2006-09-18 Thread Graeme Geldenhuys
So Iast week Monday I had a working 2.1.1. Today I am trying to compile the latest 2.1.1 (svn) with last weeks 2.1.1 compiler and it isn't supported?? I have been working like this for months. This makes no sense... but then I am not a Compiler developer... :-) For now, I will revert my WC