Hi !
I'm not very familar with unix-based systems and gcc, but I need to change from borland pascal to gnu-pascal on Windows (and later on other os', too). But as soon as I try to configure the system I got the first problems and the docs aren't very helpful at all.
My problem is that most of my old projects need units from several paths on different drives, so I need to add more than one searchpath, but I don't know what is meant by dir[:dir...]. (The ':' follows after the drive-char in windows, so I wanted to now the usage of this seperator.)
Perhabs someone could do an example with two unit-paths ( 'a:\Units1' and 'b:\Units2' ) ?
Another problem is to use the cfg-file with gpcc.exe The lines with the paths seemed to be ignored, because the output of the arguments passed to gpc.exe does not include them.
My config file looks like
-U a:\unit1;b:\Unit1\ -E g:\exe\
Many thanks for answering ... Thomas