On Wed, 26 Mar 2014, Tomas Hajny wrote:

The two should at least match; and you will not be surprised to hear that
I think the linker file is correct :)
.
.

It makes no sense to use absolute paths in debug information, because it
would make distribution of units compiled with debug information to other
machines impossible (or more precisely - it would be possible to
distribute them, but debugging would not work :/ ).

I was waiting for this argument, because it is totally wrong :-)

The paths on another system may be wildly different anyway.
Just take a debian vs. fedora system.

Paths are valid only on the system where the compiler/debugger are running;
anything else is wishful thinking.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to