This is the mail archive of the gcc@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: Installation error on AIX 4.3.3


P S Suresh wrote:

> cc: 1501-228 input file ../libiberty/libiberty.a not found

Best guess: you ran the 'configure' from the gcc subdirectory of the
source distribution.

You need to run the 'configure' in the top-level of the distribution -
the location with subdirectories gcc, include, libiberty, etc. and the
file MAINTAINERS. The makefile generated here will first build libiberty
and then gcc, followed by language runtime libraries etc.

Rup.


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