Can't compile 7z.so, error in _o/bin directory
acdcjavier opened this issue · 2 comments
acdcjavier commented
Hi
After to perform a make for compile 7z.so, I got this error:
~/p7zip/CPP/7zip/Bundles/Format7zF$ sudo make -f makefile.gcc install
mkdir -p /usr/local/bin
cp -drf _o/bin/* /usr/local/bin
cp: cannot stat '_o/bin/*': No such file or directory
make: *** [../../7zip_gcc.mak:1444: install] Error 1
After checking _o/bin/ folder, doesn't exist any file.
Can you help me to finish to compile?
cielavenir commented
You need to use the same makefile. If you used ../../cmpl_gcc.mak, need ../../cmpl_gcc.mak to install as well.
jinfeihan57 commented
Please follow the readme . "make" first then "make install".