Click to See Complete Forum and Search --> : C++ compiler and Korn Shell for Linux


Reach_Shyam
09-28-2003, 05:30 AM
Where can i download a C++ compiler and korn shell for linux.

stiles
09-28-2003, 05:50 AM
which korn shell (ksh 88, ksh 93 or pdksh)?

bwkaz
09-28-2003, 01:50 PM
You already have a C++ compiler, it's part of gcc. The executable is named g++.

It may not be installed by default, though. You usually have to select "development packages" (or whatever) when you run your distro installer.

As for the korn shell -- yeah, which one? bash has taken a bunch of features from a few ksh versions, so maybe that would be close enough? bash is the default on just about any Linux distro.