Re: [PORTS] DEC 6.5 port

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PORTS] DEC 6.5 port
Дата
Msg-id 199905101514.LAA03221@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-ports
> I tried to get 6.5 up on a DEC UNIX 4.0 machine with gcc (egcs 2.91.60
> actually).
>
>
> to get it to build at all I had to do two things:
>
> 1) change 'MAP_FILE' to 'USERMAP_FILE' in hba.h and hba.c, 'MAP_FILE'
> conflicts with a definition in /usr/include/sys/mman.h.  mman.h was
> included later and was clobbering the string with a constant

I have changed MAP_FILE to USERMAP_FILE as you suggested.


>
> 2) I had to chop out the asm section in include/storage/s_lock.h

What did you do, exactly?

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [PORTS] Port Bug Report: yacc: table size exceed
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PORTS] Port Bug Report: backend/utils/adt/cash.c problems