Hi Folks!
When I try to compile a Pascal program which uses GRX, I always get an error message: "Can't find libX11".
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. Since for GRX, I ran all the makefiles with the .lnx appendix, I don't understand why the linker is still looking for X11.
In the end, I _will_ one day compile my software for X, too, so I need a fix for several problems: 1. How do I tell GRX it's running in the shell and doesn't need X11? 2. How do I tell GRX, _if_ it needs X11, where to find it?
Thanks in advance
Markus