vlvassilev / yuma123

The yuma123 repository
Other
25 stars 28 forks source link

make issue: Plo: No such file or directory #124

Open toRatnesh opened 2 years ago

toRatnesh commented 2 years ago

config.log

While running make am getting error for Plo file

$ make Making all in netconf/src/ncx make[1]: Entering directory '/home/ratnesh1.tiwari/JioConfServer/deps/yuma123/netconf/src/ncx' Makefile:818: ../../../netconf/src/ncx/.deps/libyumancx_la-yinyang.Plo: No such file or directory make[1]: No rule to make target '../../../netconf/src/ncx/.deps/libyumancx_la-yinyang.Plo'. Stop. make[1]: Leaving directory '/home/ratnesh1.tiwari/JioConfServer/deps/yuma123/netconf/src/ncx' make: [Makefile:692: all-recursive] Error 1

System: $ cat /etc/system-release Red Hat Enterprise Linux Server release 7.5 (Maipo)

Compiler: $ gcc --version gcc (GCC) 9.3.1 20200408 (Red Hat 9.3.1-2) Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

AmlyLi commented 2 years ago

try configure with option --disable-dependency-tracking. ./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0' --prefix=/usr --disable-dependency-tracking