by Alan Secker <alan@[EMAIL PROTECTED]
>
Apr 21, 2008 at 10:08 AM
Stephen Quinn wrote:
> Alan
>
>> # xhb @[EMAIL PROTECTED]
.prg -b -o/home/alan/prg/LinuxTim/c-out
>> I want the C modules to reside in a subdirectory named c-out but it
isn't
>> happening. What am I doing wrong?
>
> You didn't say where they do end up<g>
> Case sensitive path name (assuming Linux machine)?
> Maybe it should be a backslash for a windows machine.
>
>
>> [NCOLOR <nFColor>>[,<nBColor>]] ;
>
> Double > in the above line may be the problem.
>
> CYA
> Steve
Both problems were sorted out on the xHarbour NG. The extra > was
actually in PageScript code and in its documentation would you believe!
Clipper compiled it without a murmer but xHarbour is more fussy.
The command line problem arose because I had not added a final / to the
path
names.
My latest query is how to formulate a command line to link .o modules
using
xblnk defined from a file list but the only reply I have received from
that
was a recommendation to use xBuild!
Alan