[fpc-pascal]Graphics cards, VGALIB
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Sep 6 11:19:10 CEST 2004
On 6 sep 2004, at 09:28, Marco van de Voort wrote:
>> Especially in case the linker supports multiple namespaces and
>> one package needs symbol X from library A, and another one from
>> library
>> B.
>
> There is always some directed graph in dependancies that can be
> translated
> into weights. But true, this kind of problems make having one
> weightfile
> a bit difference (since e.g. Mac OS X will probably be different).
No, it's not per system, but per package/program. Suppose there are
libraries A and B which both export symbol X. One program needs symbol
X from library A, and another one from library B, but both need both
libraries A and B for other symbols.
You then simply cannot assign a weight to A and B so that it works
correctly in all cases.
Jonas
More information about the fpc-pascal
mailing list