In our previous episode, Jonas Maebe said: > In case of DWARF, the path is split in two parts: a base directory, > and then paths to files relative to this base directory. That makes it > easier to specify full paths and still be portable to other file > system layouts, I guess (although I don't know how gdb handles this > either).
Hmm. But both C and FPC allow to specify multiple source/include paths, and binaries can be crafted from objects from different runs. The only way I can see this working is to use absolute paths and let the linker normalize this to the longest common directory or so? _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
