Dear all,
J compile source in linux Mandriva and get this error ,can you help me?
LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM
/bin/sh: ./OSverCreate.sh: Permission denied
make[1]: Entering directory `/home/zile/OpenSees/SRC/tcl'
make[1]: Nothing to be done for `tcl'.
make[1]: Leaving directory `/home/zile/OpenSees/SRC/tcl'
/bin/sh: ./OSverRemove.sh: Permission denied
make: *** [all] Error 126
compile in linux
Moderators: silvia, selimgunay, Moderators
"OSverCreate.sh" and "OSverRemove.sh" need to have executable permission. You can change the permission by using "chmod" command.
1). open a terminal / shell prompt
2). change to the tcl directory by
3). type
4). recompile
1). open a terminal / shell prompt
2). change to the tcl directory by
Code: Select all
cd /home/zile/OpenSees/SRC/tcl
Code: Select all
chmod a+x OSverCreate.sh
chmod a+x OSverRemove.sh
yes j do that ,but now j have some other problem with tcl :
LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM
: bad interpreter: No such file or directory
make[1]: Entering directory `/home/zile/OpenSees/SRC/tcl'
make[1]: Nothing to be done for `tcl'.
make[1]: Leaving directory `/home/zile/OpenSees/SRC/tcl'
: bad interpreter: No such file or directory
make: *** [all] Error 126
LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM
: bad interpreter: No such file or directory
make[1]: Entering directory `/home/zile/OpenSees/SRC/tcl'
make[1]: Nothing to be done for `tcl'.
make[1]: Leaving directory `/home/zile/OpenSees/SRC/tcl'
: bad interpreter: No such file or directory
make: *** [all] Error 126