Lists: | pgsql-hackerspgsql-hackers-win32 |
---|
From: | "Dann Corbit" <DCorbit(at)connx(dot)com> |
---|---|
To: | "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Win32 development question |
Date: | 2004-02-18 00:48:21 |
Message-ID: | D90A5A6C612A39408103E6ECDD77B829408D07@voyager.corporate.connx.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers pgsql-hackers-win32 |
I am wanting to fiddle with the latest Win32 stuff, using the Mingw
tools.
Is it included in the current (2-17-04) snapshot?
I did a download of the tarball and expanded it.
I changed directory to the /postgresql-snapshot directory and performed
a ./configure
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating src/Makefile.global
config.status: creating src/include/pg_config.h
config.status: linking ./src/backend/port/tas/dummy.s to
src/backend/port/tas.s
config.status: linking ./src/backend/port/dynloader/win32.c to
src/backend/port/dynloader.c
config.status: linking ./src/backend/port/sysv_sema.c to
src/backend/port/pg_sema.c
config.status: linking ./src/backend/port/sysv_shmem.c to
src/backend/port/pg_shmem.c
config.status: linking ./src/backend/port/dynloader/win32.h to
src/include/dynloader.h
config.status: linking ./src/include/port/win32.h to
src/include/pg_config_os.h
config.status: linking ./src/makefiles/Makefile.win32 to
src/Makefile.port
Make fails:
$ make
src/Makefile.global:275: src/Makefile.port: No such file or directory
make: *** No rule to make target `src/Makefile.port'. Stop.
What is necessary in order to fool around with the Win32 stuff?
From the above symbolic link formation, it seems like it should have
found the file.
From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Dann Corbit <DCorbit(at)connx(dot)com> |
Cc: | PostgreSQL Win32 port list <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Win32 development question |
Date: | 2004-02-18 03:50:50 |
Message-ID: | 200402180350.i1I3opa29952@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers pgsql-hackers-win32 |
Strange. That should have worked.
---------------------------------------------------------------------------
Dann Corbit wrote:
> I am wanting to fiddle with the latest Win32 stuff, using the Mingw
> tools.
> Is it included in the current (2-17-04) snapshot?
>
> I did a download of the tarball and expanded it.
> I changed directory to the /postgresql-snapshot directory and performed
> a ./configure
>
> configure: creating ./config.status
> config.status: creating GNUmakefile
> config.status: creating src/Makefile.global
> config.status: creating src/include/pg_config.h
> config.status: linking ./src/backend/port/tas/dummy.s to
> src/backend/port/tas.s
> config.status: linking ./src/backend/port/dynloader/win32.c to
> src/backend/port/dynloader.c
> config.status: linking ./src/backend/port/sysv_sema.c to
> src/backend/port/pg_sema.c
> config.status: linking ./src/backend/port/sysv_shmem.c to
> src/backend/port/pg_shmem.c
> config.status: linking ./src/backend/port/dynloader/win32.h to
> src/include/dynloader.h
> config.status: linking ./src/include/port/win32.h to
> src/include/pg_config_os.h
> config.status: linking ./src/makefiles/Makefile.win32 to
> src/Makefile.port
>
> Make fails:
>
> $ make
> src/Makefile.global:275: src/Makefile.port: No such file or directory
> make: *** No rule to make target `src/Makefile.port'. Stop.
>
> What is necessary in order to fool around with the Win32 stuff?
> From the above symbolic link formation, it seems like it should have
> found the file.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073