This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: ../gcc-3.4.0/install-sh: not found
- From: Kate Minola <kminola at po0 dot glue dot umd dot edu>
- To: llewelly at xmission dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 28 Apr 2004 08:52:12 -0400 (EDT)
- Subject: Re: ../gcc-3.4.0/install-sh: not found
Kate Minola <kminola@po0.glue.umd.edu> writes:
> To build and install gcc, I normally do
>
> cd objdir
> ./gcc-3.3.3/configure --enable-languages=c --prefix=[place to put executible]
> make bootstrap
> make install
---
llewelly@xmission.com writes:
> ? You are saying you untared gcc-3.4.0 as a subdir of objdir?
---
No. I unfortunately left off a period in what I typed above.
What I meant to type is
cd objdir
./gcc-3.3.3/configure --enable-languages=c --prefix=[place to put executible]
make bootstrap
make install
My apologies for any confusion.
Kate Minola
University of Maryland, College Park