This is the mail archive of the gcc-bugs@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: Tests under Linux with glibc2



>>>>> "Jeffrey" == Jeffrey A Law <law@cygnus.com> writes:

    Jeffrey>   In message
    Jeffrey> <199709182229.PAA17462@quickstep.stanford.edu>you write:
    >> This is because egcs/libio is not in the include path.  Perhaps
    >> this has to do with:
    >> 
    >> set libio_bin_dir [lookfor_file ${gccpath} libio/_G_config.h];
    >> 
    >> in libgloss.exp, and the fact that there is no _G_config.h in a
    >> glibc2 configuration?  (I do a ./configure; make so
    >> srcdir=objdir, if that makes a difference.)

    Jeffrey> Yup.  It's a problem -- _G_config.h doesn't get built for
    Jeffrey> linux anymore; thus this test fails and we don't know how
    Jeffrey> to find the right include files.

    Jeffrey> It's easy enough to have it check for a second file --
    Jeffrey> does iostream.list exist in your libio object directory?
    Jeffrey> If so, we can use that as a second search file.

Yes, it does exist.

    Jeffrey> Jeff

-- 
Mark Mitchell		mmitchell@usa.net
Stanford University	http://www.stanford.edu



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