Nathalie Jarosz wrote:
gpc -L /usr/local/src/grx/lib/unix --automake \ -o fgraph fgraph.p -lgrx20X -lX11
Even with the right path, the compilation failed... libgrx20X.a*really exists in this path...
Okay, please try this:
gpc --automake -o fgraph fgraph.p /usr/local/src/grx/lib/unix/libgrx20.a -lX11
Peter