Re: [fpc-pascal] Bootstrapping FPC for x86_64

2008-11-24 Thread Graeme Geldenhuys
On Mon, Nov 24, 2008 at 12:26 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > make CPU_TARGET=x86_64 OS_TARGET=linux > FPC=/home/graemeg/programming/ppc386 cycle > > After running the above command, I finally ended up with a 'ppx86' > executable. I'll now try and build the whole FPC with that

Re: [fpc-pascal] Bootstrapping FPC for x86_64

2008-11-24 Thread Graeme Geldenhuys
On Mon, Nov 24, 2008 at 12:18 PM, Henry Vermaak <[EMAIL PROTECTED]> wrote: > 2008/11/24 Graeme Geldenhuys <[EMAIL PROTECTED]>: > > why don't you download a 64bit release from the website to use as a > starting compiler? That would be the easiest option, but for some reason our download link is VER

Re: [fpc-pascal] Bootstrapping FPC for x86_64

2008-11-24 Thread Graeme Geldenhuys
On Mon, Nov 24, 2008 at 12:13 PM, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > Op maandag 24-11-2008 om 12:04 uur [tijdzone +0200], schreef Graeme >> >> 1) I see it's generating a i386 compiler and not a x86_64 compiler??? >> Maybe that's because I copied my 32bit FPC 2.2.3 directory to the >

Re: [fpc-pascal] Bootstrapping FPC for x86_64

2008-11-24 Thread Henry Vermaak
2008/11/24 Graeme Geldenhuys <[EMAIL PROTECTED]>: > Hi, > > I setup a new 64bit server in our company, running Ubuntu 8.04 LTS > (64bit). I want to us it as a 64bit testbed for our applications. So I > want to compile 64bit version of our software. > > I installed all the usual compiler requirement

Re: [fpc-pascal] Bootstrapping FPC for x86_64

2008-11-24 Thread Joost van der Sluis
Op maandag 24-11-2008 om 12:04 uur [tijdzone +0200], schreef Graeme Geldenhuys: > > Questions: > > 1) I see it's generating a i386 compiler and not a x86_64 compiler??? > Maybe that's because I copied my 32bit FPC 2.2.3 directory to the > 64bit server? No, that's because you used a 32-bit sta

[fpc-pascal] Bootstrapping FPC for x86_64

2008-11-24 Thread Graeme Geldenhuys
Hi, I setup a new 64bit server in our company, running Ubuntu 8.04 LTS (64bit). I want to us it as a 64bit testbed for our applications. So I want to compile 64bit version of our software. I installed all the usual compiler requirements: binutils etc... I copied FPC 2.2.3 (latest svn revision) f