Re: solaris 10 with gcc 3.3.2
От | Tom Lane |
---|---|
Тема | Re: solaris 10 with gcc 3.3.2 |
Дата | |
Msg-id | 27587.1103344408@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: solaris 10 with gcc 3.3.2 ("Belbin, Peter" <PBelbin@McLeodUSA.com>) |
Ответы |
Re: solaris 10 with gcc 3.3.2
|
Список | pgsql-bugs |
"Belbin, Peter" <PBelbin@McLeodUSA.com> writes: > It seems that rather than using the /usr/include/sys/types.h, gcc 3.3.2 is > instead, using a version of the same file, located at > /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/include/sys, which does > not have a definition for ctid_t This is standard practice for gcc: it tries to use "cleaned up" versions of system headers that will not elicit useless warnings from gcc. It's a good idea, actually, because the degree of insanity in vendor-supplied system headers is pretty depressing. But if the gcc install process generated an invalid "cleanup" file then you need to take that up with the gcc boys, not us. regards, tom lane
В списке pgsql-bugs по дате отправления: