I've never really been clear on where units from the RTS are intended to be placed, and I'm even more uncertain now that I'm migrating from GPC 19991030 to GPC 20010306 ...
Suppose I have a program that 'uses gpc' (one of the units from the GPC RTS). Where should gpc.o and gpc*.gpi be (this is under Linux)? And should they have been placed there by the make install when I built the compiler?
I'd like to be able to say gpc prog.p and have it automatically find the gpc unit at compile time and at link time. At the moment I've put gpc.o and gpc*.gpi in the same directory as the program, and am specifying gpc.o in the command line, but there must be a neater way of doing it ...
If this information is in either the GPC Info files (gpc.info*) or the INSTALL file, I've either not found it or not understood it.