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.