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: Trouble with egcs 1.1.1 and glibc2.



  In message <Pine.LNX.3.96.990210165746.9493B-100000@olaf.nick.org>you write:
  > 
  > Here are the commands .
  > 
  > tar -xzf egcs-1.1.1.tar.gz -C /tmp
  > mkdir /tmp/egcs-1.1.1/i686
  > chdir /tmp/egcs-1.1.1/i686
  > ../configure
  > 
  > Here is the contents from /tmp/egcs-1.1.1/i686/config.status :
  > 
  > #!/bin/sh
  > # This file was generated automatically by configure.  Do not edit.
  > # This directory was configured as follows:
  > ../configure --with-gcc-version-trigger=/tmp/egcs-1.1.1/gcc/version.c --hos
  > t=i686-pc-linux-gnu --norecursion 
  > #  using "mt-frag"
It is possible your problem is related to trying to build the tools
from a subdir of the source directory.  We highly recommend you keep the
source and build directories separate.

jeff


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