Lists: | pgsql-interfaces |
---|
From: | "Fayza Sultan" <fayza(dot)sultan(at)gmail(dot)com> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Unable to Install on Windows (using MINGW) with PL/TCL and PL/Perl libraries support |
Date: | 2006-12-07 19:54:51 |
Message-ID: | 38443e510612071154h36803e85ob8c4861ab6d40074@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-interfaces |
Hello All,
I am trying to compile postgresql-8.1.5 from code using MINGW because I want
libraries for PL/TC and PL/Perl for windows platform.
./configure --with-tcl --with-perl goes fine,
But when I do *make* I get the following error.
In file included from plperl.c:68:
C:/MinGW/lib/perl5/5.6.1/msys/CORE/perl.h:807:30: sys/ioctl.h: No such file
or directory
C:/MinGW/lib/perl5/5.6.1/msys/CORE/perl.h:1182:23: ieeefp.h: No such file or
directory
I am unable to find the files mentioned in above error i.e. *sys/ioctl.h*
and *ieeefp.h*. I have installed ActiveTcl8.4.14 aand ActivePerl-5.8.8 both.
Also I tried to find these header files in latest code of ActiveTcl8.4.14aand
ActivePerl-5.8.8 but with no success.
Can somebody please let me know what should be done to rectify this problem
and from where can I get these files to continue with installation.
Thanks in advance,
- Fayza