Re: [HACKERS] DEC OSF1 Compilation problems

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] DEC OSF1 Compilation problems
Дата
Msg-id 199902031912.OAA08334@candle.pha.pa.us
обсуждение исходный текст
Ответ на DEC OSF1 Compilation problems  (Dmitry Samersoff <dms@wplus.net>)
Ответы Re: [HACKERS] DEC OSF1 Compilation problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [HACKERS] DEC OSF1 Compilation problems  (Dmitry Samersoff <dms@wplus.net>)
Список pgsql-hackers
> Some compilation problem found while compiling
> PostgreSQL-6.4.2 on OSF1 V4.0 878 alpha
> 
> 1. configure (problem because . not in $PATH)
>  743c743
>  < . ./conftest.sh
>  ---
>  > . conftest.sh

Fixed in current tree.

> 
> 2. gram.y did not compile by yacc (on FreeBSD too)
> 
> # woland(dms)~/postgresql-6.4.2/src/backend/parser>yacc -d gram.y 
> # yacc: f - maximum table size exceeded
> 
> fixed by using bison 

Need bison, though gram.c is newer than gram.y, or it should be in the
tar file.

> 
> 3.  src/interfaces/libpq and all dependent sources (like perl5 interface)
> didn't compile because native cc don't support tag const
> fixed by
>    #define const 
>    in apropriate places

Hard to figure they don't support const.

> 
>    4. (old bug) Inastalation fail if prefix directory 
>    (e.g /usr/local/pgsql) doesn't exists

I am fixing this now.

--  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,
Pennsylvania19026
 


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

Предыдущее
От: Dmitry Samersoff
Дата:
Сообщение: DEC OSF1 Compilation problems
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] 6.5 beta and ORDER BY patch