Re: [fpc-pascal] Linking error using 64bit compiler, but not for 32bit compiler

2008-11-24 Thread Graeme Geldenhuys
On Mon, Nov 24, 2008 at 3:41 PM, Jonas Maebe <[EMAIL PROTECTED]> wrote: >> When I compile one of my projects I get the following compiler/linking >> error. Any idea what causes this? > > I think you are using Dwarf debug information (the only debug information > that is supported on linux/x86_64)

Re: [fpc-pascal] Linking error using 64bit compiler, but not for 32bit compiler

2008-11-24 Thread Jonas Maebe
On 24 Nov 2008, at 13:42, Graeme Geldenhuys wrote: When I compile one of my projects I get the following compiler/linking error. Any idea what causes this? I think you are using Dwarf debug information (the only debug information that is supported on linux/x86_64) together with smart lin

[fpc-pascal] Linking error using 64bit compiler, but not for 32bit compiler

2008-11-24 Thread Graeme Geldenhuys
Hi, When I compile one of my projects I get the following compiler/linking error. Any idea what causes this? If got the exact same FPC 2.2.3 revision for a 32bit system and a 64bit system. Under the 32bit system, everything compiles perfectly. Under the 64bit system, I get the following error.

[fpc-pascal] Preprocessor

2008-11-24 Thread Leonardo M . Ramé
Hi, does exists something like a preprocessor for FPC?, something like DLangExtensions (http://andy.jgknet.de/blog/?p=320) from Andreas Hausladen? It could be really neat to add such a feature. Leonardo. ___ fpc-pascal maillist - fpc-pascal@lists.

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