Markus Gerwinski a écrit :
Hi Folks!
Peter Gerwinski wrote:
Well, now, libX11 is in its directory... and, besides, I'm trying to compile the program for the Linux shell in text mode, so it doesn't even need X11.
Really in text mode? You probably mean SVGAlib instead of X11.
That's the point: In the case I currently want to work on, the program should link with SVGAlib, not with X11. I didn't understand why the linker was even looking for X11.
I did not try to compile GRX/SVGAlib Pascal programs for a long time. Please look out for a "{$L X11}" directive in `grx.pas' and replace it by "{$L vga}".
Got 'em. M-hm, that has at least an effect. (See error log below;-)
Any idea how to fix that?
In the file grx.pas, in the line above {$L X11} which you have replaced by {$L vga} , you should also replace {$L grx20X} by {$L grx20}