Re: [fpc-pascal]Graphics cards, VGALIB

2004-09-06 Thread Dr. Rolf Jansen
Sorry, for entering the discussion at this late stage. After reading all the follow-ups to Jonas message below, I understood that the culprit is still link ordering. If I understood something wrong, then please excuse my ignorance. If not, It might help to add a link parameter (-k...) into the

Re: [fpc-pascal]Graphics cards, VGALIB

2004-09-06 Thread Tomas Hajny
On Mon, 06 Sep 2004 15:06:30 +0200, Eduardo Morras wrote > At 11:19 06/09/2004, you wrote: > > >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 >

Re: [fpc-pascal]Graphics cards, VGALIB

2004-09-06 Thread Olle Raab
04-09-06 15.06, skrev Eduardo Morras följande: > At 11:19 06/09/2004, you wrote: > >> 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. >>>

Re: [fpc-pascal]Graphics cards, VGALIB

2004-09-06 Thread Michael Van Canneyt
On Mon, 6 Sep 2004, Eduardo Morras wrote: > At 11:19 06/09/2004, you wrote: > > >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. > >> >

Re: [fpc-pascal]Graphics cards, VGALIB

2004-09-06 Thread Jonas Maebe
On 6 sep 2004, at 15:06, Eduardo Morras wrote: 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

Re: [fpc-pascal]Graphics cards, VGALIB

2004-09-06 Thread Eduardo Morras
At 11:19 06/09/2004, you wrote: 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 int

Re: [fpc-pascal]Graphics cards, VGALIB

2004-09-06 Thread Jonas Maebe
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

Re: [fpc-pascal]Graphics cards, VGALIB

2004-09-06 Thread Olle Raab
04-09-05 20.31, skrev Jonas Maebe följande: > > I simply meant that our compiler does part of what make normally does > (figuring out dependencies, compiling different files, ...), but it's > not a full-fledged make replacement. And some kinds of things are > easier to handle with make (you don't

Re: [fpc-pascal]Graphics cards, VGALIB

2004-09-06 Thread Marco van de Voort
> On 5 sep 2004, at 20:17, Marco van de Voort wrote: > > > > This is no solution. I can use that, you can use that, 99% of our users > > can't. > > I was not thinking of requiring the users to write makefiles (I agree > we simply cannot do that). More that we call this stuff in the > makefile,