public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Compiling GCC 4.1.0 (CVS) on IRIX 6.5
@ 2005-03-29 17:07 Bisbal, Prentice
  0 siblings, 0 replies; only message in thread
From: Bisbal, Prentice @ 2005-03-29 17:07 UTC (permalink / raw)
  To: gcc-help

I'm trying to compile GCC 4.1.0, which I downloaded as the gcc-cvs
tarball. I'm compiling using the native SGI C compiler for 64-bit.
Everything is fine until make enters the gcc directory, where it
complains

gmake[1]: *** No rule to make target `all'.  Stop.

I've looked in that directory, and there's no Makefile. Shouldn't there
be a Makefile in that directory? 

Here are the exact steps I took to get to this point, with useless
command output omitted:

cd /scratch/pbisbal

bzip2 -dc ~/software/gcc-cvs/gcc-cvs.tar.bz2 | tar xvfp -

mkdir objdir

cd objdir/

# make sure we compile using SGI's C compiler and compile for 64-bit
export CC=/usr/bin/cc
export CFLAGS="-64"

../gcc/configure --prefix=/opt/gcc-4.1.0cvs --with-mfpr=/opt --with-
gmp=/opt

gmake
...
gmake[1]: Entering directory `/scratch/pbisbal/objdir/gcc'
gmake[1]: *** No rule to make target `all'.  Stop.
gmake[1]: Leaving directory `/scratch/pbisbal/objdir/gcc'
gmake: *** [all-gcc] Error 2


-- 
Prentice

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-29 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-29 17:07 Compiling GCC 4.1.0 (CVS) on IRIX 6.5 Bisbal, Prentice

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).