Jump to content
  • 0
ρixєℓ

Erro dos2unix

Question

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.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

chmod a+x configure

 

Then

 

./configure

 

 

Or

 

yum install dos2unix

dos2unix configure

 

 

Solved, thx.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.