Live data from Hacker News

Bsdutils: Alternative to GNU coreutils using software from FreeBSD

github.com

1–10 of 85 posts

Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD

#5
post #2

Why does it need gnu cc rather than llvm?

It needs a GNU _compatible_ C compiler. You can still use LLVM's Clang.

I'm guessing that it invokes /usr/include which on Linux is probably not neutral to CPP or gnu-isms.

Your point about "compatible" is well made. I should have been clearer.

Wasn't gentoo born as Linux userspace on BSD kernel at one point?

Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD

#9
post #5

Earlier quoted context omitted.

It needs a GNU _compatible_ C compiler. You can still use LLVM's Clang.

I'm guessing that it invokes /usr/include which on Linux is probably not neutral to CPP or gnu-isms. Your point about "compatible" is well made. I should have been clearer. Wasn't gentoo born as Linux userspace on BSD kernel at one point?

I think Gentoo was always about Linux with BSD-style ports. They had some additional "flavors" that switched Linux to kernels from FreeBSD, NetBSD or OpenBSD, but it seems those alternative Gentoo distros are deprecated for at least a few years already.
Post reply on HN