On Mon, Apr 17, 2006 at 03:38:25PM -0700, floydian wrote: > I shud have included this before, the path variables have been set up > correctly > I noticed somthing though, the sunstudio compiler in the /opt/SUNWspro/bin > drectory doesent work. > If I type at prompt : ./sunstudio > I get a message "Not found" > this is not a PATH problem. > I noticed that sunstudio is just a script that uses bash and solaris express > doesent distribute the bash shell along with the cds (or maybe i missed it ) > so I am wondering is this the source of the problem ? > have anyone seen this before ?
The 'sunstudio' program isn't what you need. You need 'cc'. Also, Solaris Express absolutely does include bash; it's in /usr/bin. PATH is used very little by nightly or the makefiles in ON. You may wish to look at SPRO_VROOT in your env file and usr/src/Makefile.master. But if you've installed the compilers into /opt/SUNWspro, you should not need to change this from the default. Again, I suggest you check your onbld installation to ensure that you have cw. Also be sure you have not set CC in your environment. You can also try running the shell script in usr/src/Makefile under the cc-version target. That's where this message is coming from, and that's what you need to inspect to understand the problem. You said you were "trying to install opensolaris" but your only details refer to nightly (which has little to do with installing anything, much less "opensolaris," which isn't something you can install anyway). While I've assumed you really mean "I want to build ON" it's also possible you're trying to build SFW or NWS or some other consolidation. Can you please be more specific about what you're trying to do? -- Keith M Wesolowski "Sir, we're surrounded!" Solaris Kernel Team "Excellent; we can attack in any direction!" _______________________________________________ opensolaris-help mailing list [email protected]
