[fpc-pascal] Ugly exception during compilation FPC 2.3.1 MacOS X 10.5 PowerPC

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Jul 22 14:08:04 CEST 2008


On 22 Jul 2008, at 12:43, Mattias Gärtner wrote:

> This means: either lineinfo and a lot of linker warnings on each  
> compile XOR no
> lineinfo and no warnings, right?

If you don't use the patched linker, yes.

> dwarf is the future, isn't it?
> What is needed to get lineinfo working with dwarf?

Support for
a) finding the original object files used to link the program (the  
paths are probably stored in the binary when you use dwarf) and  
reading the dwarf info from them
and/or
b) finding the dsym bundle and reading the dwarf info from that one  
(if you compiled with -Xg)


Jonas


More information about the fpc-pascal mailing list