Basically i have some problems. The readme file says that i have to execute ./install
Code:
akroneiro:/home/alaios/Documents/Downloads/ns-allinone-2.29 # ./install
bash: ./install: /bin/sh: bad interpreter: Permission denied
if i execute it using sh install then i receive the following messages
Code:
akroneiro:/home/alaios/Documents/Downloads/ns-allinone-2.29 # sh install
============================================================
* Testing for Cygwin environment
============================================================
Cygwin not detected, proceeding with regular install.
============================================================
* Build XGraph-12.1
============================================================
install: ./configure: /bin/sh: bad interpreter: Permission denied
make: *** No targets specified and no makefile found. Stop.
Can not create xgraph; But xgraph is an optional package, continuing...
============================================================
* Build CWeb
============================================================
Making cweb
gcc -g -c -o ctangle.o ctangle.c
ctangle.w:75: warning: conflicting types for built-in function ‘strlen’
gcc -g -DCWEBINPUTS=\"/usr/local/lib/cweb\" -c common.c
common.w:1409: warning: conflicting types for built-in function ‘strlen’
gcc -g -o ctangle ctangle.o common.o
./ctangle cweave
make: execvp: ./ctangle: Permission denied
make: *** [cweave.c] Error 127
cweb failed to make, but it's optional
chmod: cannot access `cweave': No such file or directory
ln: creating symbolic link `cweave' to `/home/alaios/Documents/Downloads/ns-allinone-2.29/cweb/cweave': Operation not permitted
ln: creating symbolic link `ctangle' to `/home/alaios/Documents/Downloads/ns-allinone-2.29/cweb/ctangle': Operation not permitted