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]

Re: Where's std.h?


>>>>> "Joe" == Joe Buck <jbuck@synopsys.com> writes:

    >> I'm trying to build ptolemy-0.7 using egcs-971105 glibc2.0.5.  There
    >> is no <std.h>.  Is this standard or not?

    Joe> No, std.h is not standard, it is a libg++'ism.  (I was responsible for
    Joe> putting that into Ptolemy years ago, but you probably want to replace
    Joe> uses of std.h with the appropriate standard headers, such as <stdlib.h>
    Joe> and <string.h>).


Thanks.  I just wish I could find something to test to determine what
is the libstdc++ version so I could make the changes conditional.
Any ideas?


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