bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Catboost built problem


From: Paul Smith
Subject: Re: Catboost built problem
Date: Sat, 08 Jun 2019 10:38:49 -0400
User-agent: Evolution 3.32.1-2

On Sat, 2019-06-08 at 03:40 +0000, Hossein Chegini wrote:
> make -r -DUSE_ARCADIA_PYTHON=no -DOS_SDK=local
> -DPYTHON_CONFIG=python3-config

This is not a valid GNU make command line.  When you set variables on
the make command line you don't use -D; -D is not a valid option for
GNU make.

You just write the variable assignment normally with no option:

make -r USE_ARCADIA_PYTHON=no OS_SDK=local PYTHON_CONFIG=python3-config

If this doesn't work you'll probably need to contact the developers for
that project and ask them the correct way to build it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]