George Plymale II

Results 101 comments of George Plymale II

@Fuco1 The value of `insert-directory-program` is `"gls"` which has been installed from MacPorts via `sudo port install coreutils`. The value of `dired-listing-switches` is `"-lath"`. Yes, I think that scanning the...

Hmm, maybe there's something else to this issue. I have only seen this happen on some files which I have converted...

If you're interested in this, the place to look would be [three.rb](https://github.com/orbitalimpact/three.rb) where we had some effort on this a while back. We would certainly welcome contributions.

@herp-a-derp Thanks a lot. Please let me know what you find. > The target audience is exactly one person (me) who is also a developer. > > PRs for better...

@zhangyubaka @skaht I had the same problem as well, but I managed to work around it by using `gcc` from [Homebrew.](https://brew.sh) The root issue with `Csu-85` is that `crt0.o` cannot...

@zhangyubaka Did you compile this [`libc`](https://opensource.apple.com/source/Libc/Libc-1244.1.7/) and [this libsystem?](https://opensource.apple.com/source/Libsystem/Libsystem-1252/) Just curious.