=?iso-8859-1?Q?Klaus_Friis_=D8stergaard?= wrote:
To be able to acces the gpc compiler I have symlinked
ln -s /usr/local/bin/gpc /usr/bin/gpc
Isn't /usr/local/bin in your PATH?
but when I compile a pascal program with a unit, like crt the compiler places alot of .o and .gpi files in the directory that I compile from, can this be redirected so that it will come in the ..../units where the crt.pas gpc.pas and all the other units are.
--unit-destination-path=DIR
Frank