running ./build-djgpp.sh --target=i586-pc-msdosdjgpp on Arch I get
You are about to build and install:
With the following options:
TARGET=i586-pc-msdosdjgpp
HOST=
BUILD=
PREFIX=/usr/local/cross
CC=gcc
CXX=g++
CFLAGS=
CXXFLAGS=
CFLAGS_FOR_TARGET=-O2 -g -ffunction-sections -fdata-sections
CXXFLAGS_FOR_TARGET=-O2 -g -ffunction-sections -fdata-sections
LDFLAGS=
MAKE=make
MAKE_JOBS=2
MAKE_CHECK=
MAKE_CHECK_GCC=
WARNING: no write access to /usr/local/cross
You may need to enter your sudo password several times during the build process.
If you wish to change anything, press CTRL-C now. Otherwise, press any other key to continue.
Download source files...
Creating install directory: /usr/local/cross
Removing old specs file
Copy long name executables to short name.
/usr/local/cross ~/build-gcc/build
~/build-gcc/build
Installing i586-pc-msdosdjgpp-setenv
cp: cannot create regular file '/usr/local/cross/bin/': Not a directory
Done.
To remove temporary build files, use: rm -rf build/
To remove downloaded source packages, use: rm -rf download/
[ilu@nonpi build-gcc]$
Download and build don't happen?
Seems like the script wants to copy to the wrong directory?
running
./build-djgpp.sh --target=i586-pc-msdosdjgpp
on Arch I getDownload and build don't happen? Seems like the script wants to copy to the wrong directory?