Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
toRatnesh opened this issue Apr 24, 2022 · 1 comment
Open

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

toRatnesh opened this issue Apr 24, 2022 · 1 comment

Comments

@toRatnesh
Copy link

toRatnesh commented Apr 24, 2022

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
Copy link

AmlyLi commented Dec 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants