Nathalie Jarosz wrote:
If I put {$L libgrx20X} between Program fGraphs and uses GRX,
It needn't be at that place - just somewhere in the code. (But this place is okay.:-)
gpc --automake -o fgraphs fgraphs.pas -lgrx20X -lX11
[...] fcourb.p:37: module/unit interface `Grx' could not be compiled
Please make sure that GPC can find `grx.pas'. You can put it into the current directory or into `/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.1/units/' or whatever happens to be the unit directory of your GPC distribution. (You can also use GPC's `--unit-path' option to tell GPC the path to your `grx.pas', but I do not want to confuse you with too many options.;-)
Hope this helps,
Peter