Quote:>i am using solaris7 for x86
>i would like to install gcc
>when i type
>pkgadd -d gcc-2.8.1-sol7-intel-local
>it showed me errors:
I'll assume that the gcc package that you have is trying to install to
/usr/local.
By default, Solaris doesn't make the /usr partition big enough to install
that many packages. Assuming that you don't already have anything installed
in /usr/local (if you do, remove them) create a local directory on your
biggest partition, usually /export/home if you took Solaris's defaults.
So mkdir /export/home/local, then go to /usr and create a symbolic link to
your new local directory: ln -s /export/home/local /usr/local
Now go back and install GCC and your other packages. They will be
installed in your new local directory, not /usr/local, even though they
think they are installing to /usr/local. You should not have disk space
problems.
Quote:>cpio: Cannot write
>"reloc/lib/gcc-lib/i386-pc-solaris2.7/2.8.1/include/objc/objc
>-api.h", errno 28, No space left on device
>cpio: Cannot write
>"reloc/lib/gcc-lib/i386-pc-solaris2.7/2.8.1/include/objc/objc
>-list.h", errno 28, No space left on device
>cpio: Cannot write
>"reloc/lib/gcc-lib/i386-pc-solaris2.7/2.8.1/include/objc/objc
>.h", errno 28, No space left on device
>.......
>--
--
Tony Smolar
------------------------------------------------------------------------------
http://www.ultranet.com/~asmolar homepage