Re: CVS -Tip compile issue -- FreeBSD 4.8

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: CVS -Tip compile issue -- FreeBSD 4.8
Дата
Msg-id 20030612181716.GD65470@perrin.int.nxad.com
обсуждение исходный текст
Ответ на Re: CVS -Tip compile issue -- FreeBSD 4.8  (Rod Taylor <rbt@rbt.ca>)
Ответы Re: CVS -Tip compile issue -- FreeBSD 4.8  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> It would seem the configure test isn't picking up on the structure.
>
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> <--snip-->
> checking for struct sockaddr_storage... no

Hrm....  on 5.1-CURRENT (~3 days old) it works:

checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
[snip]
checking for union semun... yes
checking for struct sockaddr_un... yes
checking for struct sockaddr_storage... yes

Your include dir may be hosted... do any recent upgrades and what
version of FreeBSD?

-sc


--
Sean Chittenden

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] PostgreSQL client has problems when libbind is installed
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CVS -Tip compile issue -- FreeBSD 4.8