"BENHAJ-ABDELLATIF,TAHIA (HP-France,ex1)" <[EMAIL PROTECTED]> writes:

> Hello,
> I took a look to previous questions and answer about HP-UX and Xerces-P .
> But I does not answer to my question:
> When I do :
> > make
> It gives:
> ------------------------------------------
>         make -C Handler static
> Make: Unknown flag argument C.  Stop.
> *** Error exit code 1
> ------------------------------------------
> I don't know what shall I do!
> 
> I did also:
> > make CC=\opt\CC\bin\CC
> make -C Handler static
> Make: Unknown flag argument C.  Stop.
> *** Error exit code 1

-C is only available using GNU make, sometimes installed as gmake on
non-linux systems.

It is simply a shorthand for:

  cd Handler && make static

HTH,
jas.

PS. If someone at HP could get me a temporary account on an HP-UX
machine, I would be happy to debug these problems.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to