This is the mail archive of the gcc-help@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]

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


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