Csh is a hard-link to Tcsh in FreeBSD. NetBSD contains the sources of the original Csh, but FreeBSD doesn't. https://www.freebsd.org/cgi/man.cgi?query=csh https://man.netbsd.org/csh I was hoping I could build Csh's sources under other Unix systems, but that seems inviable. -------- Original Message -------- On Sep 3, 2022, 03:55, MJ wrote:
> On 3/09/2022 5:21 am, Matheus wrote: > Hello. I'd like to know if it's > possible to build Csh (not Tcsh) on Linux and FreeBSD. Pkgsrc doesn't have > the sources for Csh, though they're found in the system's sources, located in > bin/csh. > > There's a package in Debian's repository, but doesn't build, and > many errors pop up when building on FreeBSD, using the sources from NetBSD. > > > Thanks in advance. csh is already in FreeBSD as the default shell for root. > What are you trying to accomplish here?