HPux 11i

Поиск
Список
Период
Сортировка
От Mark Richardson
Тема HPux 11i
Дата
Msg-id 20050708165948.45297.qmail@web53305.mail.yahoo.com
обсуждение исходный текст
Ответы Re: HPux 11i  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-ports
I've been having a little trouble with compiling on HP.  I compiled version 7.4.5 successfully with the command...
make --without-readline --without-zlib CC=aCC
 
So now I'm trying 8.0.3 with the same arguments.  Everthing compiles and installs, initdb seems to run ok, but when I start the postmaster I get a bunch of errors...
LOG: ordering error in dattktbl table: "ty" >= ""
LOG: ordering error in dattktbl table: "" >= ""
 
So I built with debug and checked it out...
In datetime.c, function CheckDateTokenTables() the call to CheckDateTokenTable("datetktbl", datetktbl, szdatetktbl) seems correct, but once I step into that function, the parameter datetktbl seems to be incorrect.  In CheckDateTokenTables the memory location of datetktbl is 0x4008ec50, while in CheckDateTokenTable the memory location is 0x400.
 
So I tried compiling the whole thing with cc instead of aCC and postmaster just cores (I haven't thrown the debugger on yet).
 
Any clues as to what I should try? (I've been perusing the emails for HP ports, and I haven't found my particular issue - I hate it when that happens!).
 
Thanks in advance

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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

Предыдущее
От: Ralf Löwa
Дата:
Сообщение: latest PostgreSQL-version on Solaris 7
Следующее
От: Christopher Browne
Дата:
Сообщение: AIX 5.3 and PostgreSQL...