This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

probably the wrong place


Hello, I don't know if this is the right place
for this, and I'm fairly new to all this so I apologize
if it's not, but I'm having trouble installing both
gcc 3.1 and 3.0.4 on Solaris 9 (I know it's new).  Could
you possibly provide any help, as I have no idea what do
do, besides use an older version (2.95.3) that I got
from Sun.  I'm using 2.95.3 to try to compile both 3.0.4
and 3.1 and in both cases I run

/path/to/gcc/configure --prefix=/opt/gcc (I'm going to make a package, so
I'm
                                          putting it there temporarily to
get
                                          a Prototype file)

then
gmake all

and the make runs for quite some time, then I get this:

make[5]: Entering directory
`/export/pkgs/source/gcc-3.1/sparc-sun-solaris2.9/sparcv9/libstdc++-v3'
make[5]: *** No rule to make target `all'.  Stop.
make[5]: Leaving directory
`/export/pkgs/source/gcc-3.1/sparc-sun-solaris2.9/sparcv9/libstdc++-v3'
make[4]: *** [multi-do] Error 1
make[4]: Leaving directory
`/export/pkgs/source/gcc-3.1/sparc-sun-solaris2.9/libstdc++-v3'
make[3]: *** [all-multi] Error 2
make[3]: Leaving directory
`/export/pkgs/source/gcc-3.1/sparc-sun-solaris2.9/libstdc++-v3'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/export/pkgs/source/gcc-3.1/sparc-sun-solaris2.9/libstdc++-v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory
`/export/pkgs/source/gcc-3.1/sparc-sun-solaris2.9/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2
martin#

and I know what that means, but I don't know
what to do about it.  Could you possibly be of any help?

thanks,
Brian Manning

p.s.  I got 3.0.4 to install once to make the prototype (in /opt/gcc)
by doing find -print /opt/gcc > filelist then go in and change
the /opt/gcc's to /usr/local's in filelist, then I went back
to redo the configure which worked to put it in /usr/local and then it
started doing
the above when I did the make, so I untarred 3.1 and started from scratch,
same thing.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]