Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Murad Nayal <murad(at)godel(dot)bioc(dot)columbia(dot)edu>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-ports(at)postgresql(dot)org, bugs(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64
Date: 2000-05-23 04:02:57
Message-ID: 29082.959054577@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs pgsql-hackers pgsql-ports

Murad Nayal <murad(at)godel(dot)bioc(dot)columbia(dot)edu> writes:
> you just need to add a header file that contains elements of the C++
> standard library defined in std. not all C++ standard library that comes
> with the SGI C++ compiler are in defined in std. for example iostream
> stuff are not in std. however string is. so just include the string
> header file in the program.

You realize, of course, that we don't want to depend on <string>
being there either ;-)

But I suppose we could swap the order of the tests, and then
include <string> into the namespace test if we've found it.
Will do...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2000-05-23 04:59:57 Re: port v7.0 to SGI-IRIX-6.5.7/64
Previous Message Tom Lane 2000-05-23 03:59:42 Re: port v7.0 to SGI-IRIX-6.5.7/64

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2000-05-23 04:59:57 Re: port v7.0 to SGI-IRIX-6.5.7/64
Previous Message Tom Lane 2000-05-23 03:59:42 Re: port v7.0 to SGI-IRIX-6.5.7/64

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Robinson 2000-05-23 04:36:16 ROLAP (was Re: A test to add to the crashme test)
Previous Message Tom Lane 2000-05-23 03:59:42 Re: port v7.0 to SGI-IRIX-6.5.7/64

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2000-05-23 04:59:57 Re: port v7.0 to SGI-IRIX-6.5.7/64
Previous Message Tom Lane 2000-05-23 03:59:42 Re: port v7.0 to SGI-IRIX-6.5.7/64