On Thu, Jan 09, 2003 at 10:01:37AM -0800, Mohler, Bruce wrote:
> Yes, in the top directory of the gcc 3.2 source tree, I:
> 
> mkdir gcc-3.0-sparc-32bit-obj
> cd gcc-3.0-sparc-32bit-obj
> ../configure --prefix=/usr/local \
>       --enable-languages=c,c++,java \
>       --disable-nls \
>       --host=sparc-sun-solaris2.8
> make
> ...

That should work.  (Although your --prefix has always been the default,
and the --host should be deduced automatically.)

One suggestion:  try giving an absolute path to configure when you call
it, e.g.,

    cd gcc-3.0-sparc-32bit-obj
    /wherever/you/unpacked/the/source/configure --enable-lan....

and see whether the same error occurs during the build.

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002

Reply via email to