WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TCSH Shell  (Read 1750 times)

Offline mocallins

  • Newbie
  • *
  • Posts: 11
TCSH Shell
« on: November 08, 2020, 12:18:06 PM »
Any chance we can reincorporate TCSH shell in the current distro's
I'm a huge fan of tcsh, and found the files from back in release 2.0

Got it to work, except in TinyCore64   :(


Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: TCSH Shell
« Reply #1 on: November 09, 2020, 01:53:06 AM »
tcsh added to CorePure64-11.x repo

You'll need to pm Core tcsh extension maintainer @hiro and request it to be recompiled against ncursesw - see: http://tinycorelinux.net/11.x/x86_64/tcz/src/tcsh/compile_tcsh

Offline mocallins

  • Newbie
  • *
  • Posts: 11
Re: TCSH Shell
« Reply #2 on: November 11, 2020, 02:04:57 PM »
A bit of a typo here, but i sorta guessed it out, lol

Code: [Select]
LIBS="-lncursesw" CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure -prefix=/usr/local --localstatedir=/var
Compiled, installed, and is running for me.
Thanks

    [EDIT]: Added code tags.  Rich
« Last Edit: November 11, 2020, 02:10:40 PM by Rich »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: TCSH Shell
« Reply #3 on: November 11, 2020, 02:12:52 PM »
Hi mocallins
Please use  Code Tags  when posting commands and responses seen in a terminal. To use  Code Tags  click on the  #  icon
above the reply box and paste your text between the  Code Tags  as shown in this example:

Quote
[code][   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]

It will appear like this in your post:
Code: [Select]
[   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517

Code Tags  serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly.