[fpc-pascal] Linking error using 64bit compiler, but not for 32bit compiler
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Nov 24 14:41:11 CET 2008
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
linking, which is not yet supported. Your best option is probably to
disable smart linking for debug builds.
Jonas
More information about the fpc-pascal
mailing list