Preben Mikael Bohn wrote:
[snip]
gpc --object-destination-path=./obj/ --automake main.pas
[snip]
You probably want --unit-destination-path instead
Ah, silly me... :-) Thank you.
Does this mean that --object-destination-path does not work at all?
From the manual:
`--unit-destination-path' Path where to create object and GPI files.
`--object-destination-path' Path where to create additional object files.
But I do not know what are these additional object files: created by gcc may be ?
Maurice