[fpc-pascal] fpc in symlinked directory

Michael Van Canneyt michael at freepascal.org
Wed Mar 26 15:35:41 CET 2014



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.



More information about the fpc-pascal mailing list