On Fri, 19 Oct 2001, Maurice Lombardi wrote:
Preben Mikael Bohn wrote:
Hi all, I'm trying to use --object-destination-path=obj to place all *.o files in the directory 'obj'. However it won't work... What do I do wrong? The complete line is:
gpc --object-destination-path=./obj/ --automake main.pas
I'm using version 20010924 and I have placed main.pas and test.pas in the current dir, and their content is (but this probably doesn't matter):
You probably want --unit-destination-path instead
also add -o YourExecutableName otherwise you get a.out which is not very descriptive. Russ