On Wed, May 28, 2008 at 2:57 PM, Manish Chakravarty <manishchaks at gmail.com> wrote: > I am making trying to make a VM with KDE4 + belenix 0.7 on it. > I would not like to have Sun Studio on it. > > > The problem is that CDE expects to find Sun Studio compilers as a part > of the setup process ; I want to use only gcc for all my work. > Is this possible? If so, how? >
2 ways Edit cbe-install, fix the code where compiler check is being made (ask_ccdir or some such function). OR Do not use cbe-install. Install the packages using pkgadd. After the installation, copy the env.sh to /opt/jdsbld/bin/env.sh. Edit suitably if required. Make env.sh part of your bashrc to load by default. -Shiv
