Results 101 comments of jwt27

> I think you left set -x somewhere already That's `unpack-gcc.sh` from djcross, not mine. I don't know why it's enabled there. > `main::scan_file() called too early ...` Whoa, where...

Okay that's weird. Looks like something went wrong building automake? I haven't seen that before. >I guess I need to remove what was already built, and start from the beginning......

> But your scripts still contain the wrong line-endings, so I always have to manually fix them. I fixed that just now by running dos2unix manually. No idea why git...

I just pushed some more updates. The build script now allows you to specify which components and versions to install or upgrade. I also added support for building gdb. So...

I pushed another update on a new branch: [tar](https://github.com/jwt27/build-djgpp/tree/tar). This branch builds GNU tar if it's not installed, so we can unpack all files with `-a` and no longer need...

Hi @neta79! I'm still actively developing this fork over at https://github.com/jwt27/build-gcc. I did change the name, maybe that makes it more difficult to find. Most recently I added support for...

So Leap doesn't support arbitrary directories in packages? That seems odd. `/usr/libexec/` is a standard location though (included in the FHS) and many other packages use it too, here on...

> > But wouldn't it be easier to install the toolchain in $HOME/.local/? > We build packages. > I don't think this is possible for packages. You could build the...