Обсуждение: [Fwd: [GENERAL] [CYGWIN] Problems compiling PostgreSQL 7.3.3-1 under Win98]

Поиск
Список
Период
Сортировка

[Fwd: [GENERAL] [CYGWIN] Problems compiling PostgreSQL 7.3.3-1 under Win98]

От
Justin Clift
Дата:
Hi everyone,

Can anyone assist Diogo here?  He's not some random user, he's our
official Portuguese translator and helps us out a lot.  Sounds like he
really needs a hand.

*please*

Regards and best wishes,

Justin Clift


-------- Original Message --------
Subject: [GENERAL] [CYGWIN] Problems compiling PostgreSQL 7.3.3-1 under
Win98
Date: Wed, 18 Jun 2003 16:51:55 -0300
From: Diogo de Oliveira Biazus <diogo@ikono.com.br>
To: pgsql-general@postgresql.org <pgsql-general@postgresql.org>



Hi everybody,

I'm having some problems compiling PostgreSQL 7.3.3-1 under Win98,
when the gcc is compiling the pg_sema.c in the src/backend/port
directory gcc exit with error.
There are lots of warnings about undeclered stuff (like
IpcSemaphoreGetValue) and a message in the end saying: "Storage size of
'sops' insn't known"
I'm compiling because I need the libpostgres.a file to build some
extensions, is there any other way of doing that?
I've already posted this message in pgsql-cygwin, sory for the cross-post.
Please, somebody help me.

Thanks in advance,

--
Diogo de Oliveira Biazus
diogo@ikono.com.br
Ikono Sistemas e Automação
http://www.ikono.com.br



---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org




Re: [Fwd: [GENERAL] [CYGWIN] Problems compiling PostgreSQL 7.3.3-1 under Win98]

От
Tom Lane
Дата:
Justin Clift <justin@postgresql.org> writes:
> Can anyone assist Diogo here?

I've never used cygwin, but given that the errors seem to relate to
semaphore stuff, I wonder whether he's got cygipc installed.
        regards, tom lane