smartcpp wrote:
> I also tried it with it but unable to install it.it also giving the following 
> error-
>  
> 
> # pfexec pkg install SUNWgcc.p5i
> Creating Plan /                         
> pkg: The following pattern(s) did not match any packages in the current 
> catalog.
> Try relaxing the pattern, refreshing and/or examining the catalogs:
>       SUNWgcc.p5i

Greetings,

The ".p5i" links you see at pkg.opensolaris.org are links to a special 
file that contains enough information to support "one-click" 
installation via the packagemanager GUI.

It isn't currently possible to use these .p5i files with the cli.

With that said, as Alan mentioned, you can install SUNWgcc just by 
executing:

pfexec pkg install SUNWgcc

Since you're likely to want the header files needed to compile 
utilities, etc. I would suggest doing this instead:

pfexec pkg install gcc-dev

Cheers,
-- 
Shawn Walker

Reply via email to