I'm trying to learn to build and poke around open source software. However, I've always had trouble trying to get anything to build. So, I figure now's as good a time as any to ask.
I downloaded the repo linked on this site: OpenHub link to ZeroMQ.
I am having trouble running the autogen.sh
script in Ubuntu. The Install file says all I must do is run this script. However, I get the following error:
libzmq$ ./autogen.sh
bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory
I have made the script executable, so I don't know what's wrong. The file is obviously there, and the first line indicates that it is a Bash script. Has anyone had this kind of issue before?