$ 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.
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.