Erro dos2unix

ρixєℓ

New member
Messages
65
Points
0
Age
30
Location
Brazil, Brasília.
Github
PixelBr
Emulator
I have a problem to build an emulator because it shows the error:

./configure: /bin/sh^M: bad interpreter: No such file or directory

I tried using the command:

chmod a+x configure./configure

and yum install dos2unixdos2unix ./configure

but I got this error:

Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.raystedman.net
* extras: mirror-centos.hostingswift.com
* updates: repos.dfw.quadranet.com
No package dos2unixdos2unix available.
No package ./configure available.
Error: Nothing to do

OBS: Using CentOS

know how to solve?

Thx.

 
chmod a+x configure

Then

./configure

Or

yum install dos2unix

dos2unix configure

 
Back
Top