[Seed7-users] Sudo make install - operation not permitted
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
|
From: Gary C. <ch...@ma...> - 2023-02-26 16:06:59
|
Hi Thomas, Thank you for sharing your post on Reddit Pascal. I’m running Mac OS 13.2.1 and I’ve downloaded the latest copy of Seed7 (seed7_05_20230130.tgz <https://sourceforge.net/projects/seed7/files/seed7/seed7_05_20230130/seed7_05_20230130.tgz/download>). I’ve successfully compiled the Seed7 interpreter and now I’m in the process of compiling the Seed7 compiler. I was successfully with the following steps: 1) make s7c 2) make test 3) make utils But I was unsuccessful with the step 4) sudo make install ➜ src sudo make install mkdir -p /usr/local/bin cd ../bin; ln -fs `pwd`/s7 /usr/local/bin cd ../bin; ln -fs `pwd`/s7c /usr/local/bin gzip -c ../doc/s7.1 > /usr/share/man/man1/s7.1.gz /bin/sh: /usr/share/man/man1/s7.1.gz: Operation not permitted make: *** [makefile:171: install] Error 1 Since it was a permission error, I logged in as root - but still no joy. Thank you, Gary |