Re: [PORTS] NT-Compile-Hints

From: Elmar(dot)Haneke(at)gmx(dot)de
To: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] NT-Compile-Hints
Date: 1999-08-02 07:33:17
Message-ID: 47BFDB15C8@haneke.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Bruce Momjian schrieb:
>
> > I did find two pitfalls in the NT-compilation:
> >
> > a) in "include\config.h" "HAVE_UNION_SEMUN" should be defined
> > as 1, the configure-script left it undefined.
> >
> > b) The cygnus-bindir has to be placed in path befor the
> > NT-directories, especially the sort.exe has to be take for
> > cygnus, not NT
> >
> > Especially b) results in an small note in the right place (unknown
> > parameter for sort) and an error-stop later.
> >
> > Elmar
> >
> >
>
> I have added item B. Please tell me why the HAVE_UNION_SEMUN was not
> set properly for NT. configure runs a test for that. Any idea why it
> failed.

I did install the IPC-headers to /usr/local/include/sys
The check for semun does fail because of missing headers.
The later compile does find the headers.

Elmar

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Walter Marcelo Lamagna 1999-08-02 12:55:06
Previous Message Adam Di Carlo 1999-08-02 06:10:47 Re: [HACKERS] Re: Bug#41277: postgresql 6.5.1-3 + sparc (sun4u) == nasty nasty crashes