[osol-discuss] Re: Installing and Building the Solaris Source Code

2007-01-03 Thread DEEPAK BHATIA
Hi, 

If I follow the following
===
Next, download the ON-specific build tools. This file is normally called 
SUNWonbld-DATE.PLATFORM.tar.bz2 and contains a SVR4 package. Assuming you 
downloaded it to /var/tmp, you'll now want to do:

 $ cd /var/tmp
 $ bzip2 -dc SUNWonbld-DATE.PLATFORM.tar.bz2 | tar xf -
 $ su
 Password:
 # pkgadd -d onbld SUNWonbld
=

where should I run the command pkgadd above.

Thanks

Deepak Bhatia
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Installing and Building the Solaris Source Code

2007-01-03 Thread Martin Bochnig
DEEPAK BHATIA wrote:

Hi, 

If I follow the following
===
Next, download the ON-specific build tools. This file is normally called 
SUNWonbld-DATE.PLATFORM.tar.bz2 and contains a SVR4 package. Assuming you 
downloaded it to /var/tmp, you'll now want to do:

 $ cd /var/tmp
 $ bzip2 -dc SUNWonbld-DATE.PLATFORM.tar.bz2 | tar xf -
 $ su
 Password:
 # pkgadd -d onbld SUNWonbld
=

where should I run the command pkgadd above.

  


From the same directory where you ran the previous cmnds, i.e. the tmp
dir where you extracted SUNWonbld-DATE.PLATFORM.tar.bz2
BTW just as shown in the instructions   :-)

Regards
-M
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org