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: Errors while installing gcc-4.5.0 on lucid lynx


sirish m <x01123581321@gmail.com> writes:

> Âmake $PARALLEL all-gcc
>
> Âmake install-gcc

Run "make all" and "make install".  I don't know if that is your
problem here, but it may be, and it's the right thing to do in any
case.  "make all-gcc" does not build the required supporting
libraries, and "make install-gcc" does not install them.

Ian


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