Compiling Hercules in linux

ρixєℓ

New member
Messages
65
Points
0
Age
30
Location
Brazil, Brasília.
Github
PixelBr
Emulator
Using in SSH Secure Shell.

cd /home/Emulador

chmod 777 configure

./configure

get msg : -bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory.

Help plz.

 
Last edited by a moderator:
try 

chmod a+x configure./configure 


if no u need to convert ./configure to unix file format

yum install dos2unixdos2unix ./configure 


mb dos2unix install try only convert

 
Last edited by a moderator:
try 

chmod a+x configure./configure 


if no u need to convert ./configure to unix file format

yum install dos2unixdos2unix ./configure 


mb dos2unix install try only convert

Solved, ty 
default_wink.png


 
Back
Top