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: libio/gen-params


On Tue, Jan 05, 1999 at 10:02:33AM -0800, Phil Blecker wrote:
> While building a cross-compiler, I got a _G_config.h that was not right for
> the target. The newly built compiler for the target was not being used for
> the checks in gen-params, the host system compiler was. I was building in a
> subdirectory of the top level EGCS directory. So the directory gen-params
> was running in was egcs/cygwin/i586-pc-cygwin32/libio.
   I was wrong about this. The problem is not in gen-params and it is being
called with information about where the compiler is. The problem is still
there, but not for the reason I thought. The problem I saw __only__ exists
if libio is built separately from the EGCS build.
   The problem turns out to be that the dummy.o that is used to test for
vtables doesn't have that information in the file.


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