Tests under Linux with glibc2

Mark Mitchell mmitchell@usa.net
Thu Sep 18 19:01:00 GMT 1997


>>>>> "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




More information about the Gcc-bugs mailing list