../gcc-3.4.0/install-sh: not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

However while building and installing gcc-3.4.0, during
'make install' I get

./gcc-3.4.0/install-sh: not found

A workaround seems to be 

cd objdir
cd gcc
make install

I ran into this problem on several architectures, specifically

sparc-sun-solaris2.8
alphaev68-dec-osf5.1
alphaev56-dec-osf4.0f

I am not sure if the problem is due to gcc-3.4.0 or the version
of make that I am using (make-3.80) or something else ...

Kate Minola
University of Maryland, College Park

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux