Hello,
I have compiled and installed gpc but don't know how to compile the gpc units in the gcc/p directory.
What am I missing?
Thanks,
Paul Isaacs
Le 15/11/2018 à 04:06, Paul Isaacs a écrit :
Hello,
I have compiled and installed gpc but don't know how to compile the gpc units in the gcc/p directory.
What am I missing?
When compiling and installing gpc these units are put in the directory lib/gcc/<system>/<version>/units. They are automatically compiled when you issue gpc --automake <your program> ... if you have included uses clauses in your main gpc program. No need to compile them separately.
Maurice