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]

Re: egcs compilation error...


I think the problem here is that you have some environment variables set to
bad values.

Check all of your environment variables, especially GCC_EXEC_PREFIX, 
COMPILER_PATH, LIBRARY_PATH, and LPATH.  If any of these have "." in them,
then the egcs build could fail exactly the way you describe.

I think it is a mistake to put "." in any one of these paths, since it
will cause lots of problems trying to use one compiler to build another
compiler.

Jim


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