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) together with smart linking, which is not > yet supported. Your best option is probably to disable smart linking for > debug builds.
Excellent! Thanks Jonas. I didn't notice that Compiler Option because I simply copied my project from the 32bit system to the 64bit system. That would also explain why small test projects compiled and linked fine while our actual product didn't. Disabling debug settings or Smart Linking resolves the issue. Thanks again! :-) Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal