jwt27 / build-gcc

Shell scripts to build various gcc cross-compilers (primarily djgpp)
https://jw.h4ck.me/debian/
GNU General Public License v3.0
41 stars 9 forks source link

dos2unix missing from dependancies #28

Closed ghost closed 1 year ago

ghost commented 2 years ago

Just thought I'd drop a note and let you know that dos2unix needs to be added to the dependancies in order to build djgpp on Ubuntu 22.04.

I was able to build successfully after installing it using sudo apt install dos2unix