On Sun, 2009-06-21 at 04:54 -0700, Tobias wrote: > Thank you for the hint of the package name. > > But it does not work... > > Now i've deleted the these link: > /usr/gnu/bin/cc -> ../../sfw/bin/gcc > > and set it to > /usr/gnu/bin/cc -> /opt/SunStudioExpress/bin/cc > > And then, its able to compile the modules. > > Thank you all for your help! Once you install the package, edit your bashrc script by doing the following:
1. "gedit ~/.bashrc" -> will open the .bashrc file present in your home directory 2. Add the line "export PATH=$PATH:/opt/SunStudioExpress/bin/cc" and save and quit the editor. 3. The next time you launch the terminal - you will have the path set. HTH, Partha