SCO Ports

Поиск
Список
Период
Сортировка
От Roberto Fichera
Тема SCO Ports
Дата
Msg-id 5.0.0.25.0.20001110094947.025e3eb0@mail.tekno-soft.it
обсуждение исходный текст
Ответы Re: SCO Ports
Список pgsql-ports
Hi All,

any one have tried to compile a 7.0.2 with gcc for SCO 5.0.x provided by SCO ?
I've this version:

# gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-pc-sco3.2v5.0.5/2.95.2/specs
gcc version 2.95.2 19991024 (release)

I've modified the makefiles/Makefile.sco into

CFLAGS += -march=i586 -fomit-frame-pointer -melf -O2
LDFLAGS+= -melf
MK_NO_LORDER= true

%.so: %.o
         $(CC) -shared -o $@ $<

without success, because the postmaster go in coredump at the startup.

Best regards.


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

Предыдущее
От: "sushil"
Дата:
Сообщение: POstmaster does not start
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: PostgreSQL on NT