This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


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

Re: glibc 2.2 building problem: "make check" fails twice


>>>>> Minko Markov writes:
[...]
 > The type of error here is exactly the same as above -- gcc attempts
 > to compile a file (annexc.c), without considering
 > /usr/local/src/glibc/glibc-2.2/include/  for header files.

 > I will appreciate any information. Most likely, the newly-build glibc is OK.
 > Still I cannot understand why, on only 2 occasions, gcc is not told to
 > look for include files at the proper places. From what I read, it is OK
 > to have an empty /usr/include/ directory during the building of glibc,
 > because we don't want to use old headers for the new library. ??

The old headers are used for building a test program that is run on
the new headers - and that will not get installed.  Everything is
fine, no need to worry about anything.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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