gccfss_src Installation Problem
Hello Everybody:
I am new to Solaris world that's why i make this stupid Question.
I have dowloaded SUNW0scgfss, Code Generator and Sources.
I followed the instructions and I had no problem with Code Generator and GCC, but now, when trying to install Sources don't know where to go....here is my Story
I did:
* bunzip -c gccfss_src.tar.gz |/bin/tar xf -
and my sources were decompressed
Then when I tried:
* pkgadd -d /opt/Docs/GCC (this path was where I downloaded my files. I know is not the best place to save them, but I did it due to space problems)
And I received an error like"No packages found"
Then I go to my sources folder and tried
* ./configure
and this was the output:
loading cache ./config.cache
checking host system type... sparc-sun-solaris2.10
checking target system type... sparc-sun-solaris2.10
checking build system type... sparc-sun-solaris2.10
checking for a BSD compatible install... ./install-sh -c
checking whether ln works... yes
checking whether ln -s works... yes
configure: error: Building in the source directory is not supported in this release. See http://gcc.gnu.org/install/configure.html for more details.
Can someone Help Me?
Thanks in advance !!!!

