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]
Other format: [Raw text]

Re: Building dejagnu with latest GCC


    Kenner, please could try to replace

        sb->setbuf(bbuuff, 5120);

    with

        sb->pubsetbuf(bbuuff, 5120);

    and report what happens?

That does it.  Thanks.

There really should be some web page capturing all this and giving
the versions of tools that are needed.


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