public inbox for [email protected]
help / color / mirror / Atom feedNovice Guide to PostgreSQL compilation on Windows
5+ messages / 3 participants
[nested] [flat]
* Novice Guide to PostgreSQL compilation on Windows
@ 2004-05-12 07:12 V i s h a l Kashyap @ [Sai Hertz And Control Systems] <[email protected]>
2004-05-12 07:44 ` Re: Novice Guide to PostgreSQL compilation on Windows Shridhar Daithankar <[email protected]>
2004-05-15 10:03 ` Re: Novice Guide to PostgreSQL compilation on Windows fabienne <[email protected]>
0 siblings, 2 replies; 5+ messages in thread
From: V i s h a l Kashyap @ [Sai Hertz And Control Systems] @ 2004-05-12 07:12 UTC (permalink / raw)
To: pgsql-docs
Hi,
I was successfully today with installation of MinGW MinSys and then
compilation of PostgreSQL on an
WindowsXP SP1.
I have documented all my steps for my convenience and would like to
know if someone else needs it or more appropriately
would the document be accepted as PostgreSQL Windows How to ?
Kindly tell me know
1. How can I contribute this document to the comunity
2. Who is responsible for keeping the Windows Docs.
Some Spec about the document :
1. It is written in OpenOffice
2. With help of versioning system of Openoffice we can handle the
changes in future
If this has been already done then sorry I waisted your and mine time.
Suggestions / Comments / Ideas Most welcome.
--
Best Regards,
Vishal Kashyap
Director / Lead Developer,
Sai Hertz And Control Systems Pvt Ltd,
http://saihertz.rediffblogs.com
Jabber IM: [email protected]
ICQ : 264360076
Yahoo IM: [email protected]
-----------------------------------------------
You yourself, as much as anybody in the entire
universe, deserve your love and affection.
- Buddha
---------------
pgsql=# select marital_status from vishals_life;
marital_status
------------------
Single not looking
1 Row(s) affected
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Novice Guide to PostgreSQL compilation on Windows
2004-05-12 07:12 Novice Guide to PostgreSQL compilation on Windows V i s h a l Kashyap @ [Sai Hertz And Control Systems] <[email protected]>
@ 2004-05-12 07:44 ` Shridhar Daithankar <[email protected]>
2004-05-12 10:38 ` Re: Novice Guide to PostgreSQL compilation on Windows V i s h a l Kashyap @ [Sai Hertz And Control Systems] <[email protected]>
1 sibling, 1 reply; 5+ messages in thread
From: Shridhar Daithankar @ 2004-05-12 07:44 UTC (permalink / raw)
To: [email protected]; pgsql-docs
V i s h a l Kashyap @ [Sai Hertz And Control Systems] wrote:
> Hi,
>
> I was successfully today with installation of MinGW MinSys and then
> compilation of PostgreSQL on an
> WindowsXP SP1.
>
> I have documented all my steps for my convenience and would like to
> know if someone else needs it or more appropriately
> would the document be accepted as PostgreSQL Windows How to ?
>
> Kindly tell me know
> 1. How can I contribute this document to the comunity
> 2. Who is responsible for keeping the Windows Docs.
>
> Some Spec about the document :
> 1. It is written in OpenOffice
> 2. With help of versioning system of Openoffice we can handle the
> changes in future
Could you please post it on a webpage? When everybody gets to look at it and
refine it, possibly it can be included in postgresql documentation.
Personally I am eagerly waiting to try postgresql on windows sicne I don't get
to use linux much these days..:-(
Shridhar
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Novice Guide to PostgreSQL compilation on Windows
2004-05-12 07:12 Novice Guide to PostgreSQL compilation on Windows V i s h a l Kashyap @ [Sai Hertz And Control Systems] <[email protected]>
2004-05-12 07:44 ` Re: Novice Guide to PostgreSQL compilation on Windows Shridhar Daithankar <[email protected]>
@ 2004-05-12 10:38 ` V i s h a l Kashyap @ [Sai Hertz And Control Systems] <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: V i s h a l Kashyap @ [Sai Hertz And Control Systems] @ 2004-05-12 10:38 UTC (permalink / raw)
To: pgsql-docs
Hi ,
>
> Could you please post it on a webpage? When everybody gets to look at
> it and refine it, possibly it can be included in postgresql
> documentation.
>
I could have done it with web page but OpenOffice gives an ugly face to
the export thus I am uploading a PDF format file
at
http://vishalkashyap.speedpost.net/1_beta.zip
Kindly go through the same and let me know short comings at aspire420<NO
BAM>@hotpop.com
--
Best Regards,
Vishal Kashyap
Director / Lead Developer,
Sai Hertz And Control Systems Pvt Ltd,
http://saihertz.rediffblogs.com
Jabber IM: [email protected]
ICQ : 264360076
Yahoo IM: [email protected]
-----------------------------------------------
You yourself, as much as anybody in the entire
universe, deserve your love and affection.
- Buddha
---------------
pgsql=# select marital_status from vishals_life;
marital_status
------------------
Single not looking
1 Row(s) affected
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Novice Guide to PostgreSQL compilation on Windows
2004-05-12 07:12 Novice Guide to PostgreSQL compilation on Windows V i s h a l Kashyap @ [Sai Hertz And Control Systems] <[email protected]>
@ 2004-05-15 10:03 ` fabienne <[email protected]>
2004-05-15 10:06 ` Re: Novice Guide to PostgreSQL compilation on Windows fabienne <[email protected]>
1 sibling, 1 reply; 5+ messages in thread
From: fabienne @ 2004-05-15 10:03 UTC (permalink / raw)
To: pgsql-docs
V i s h a l Kashyap @ [Sai Hertz And Control Systems] wrote:
> Hi,
>
> I was successfully today with installation of MinGW MinSys and then
> compilation of PostgreSQL on an
> WindowsXP SP1.
Hi I tried what you suggested. I had to install flex and bison, but I
still get the following error when I try to 'make':
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -DPGDATADIR=\"/usr/local/pgsql/share\" -DFRONTEND
-I../../../src/interfaces/libpq -I../../../src/include
-I./src/include/port/win32 -DEXEC_BACKEND
"-I../../../src/include/port/win32" -c -o initdb.o initdb.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations initdb.o exec.o -L../../../src/interfaces/libpq
-lpq -L../../../src/port -lreadline -lwsock32 -lm -lpgport -lws2_32
-o initdb.exe
../../../src/port/libpgport.a(pipe.o)(.text+0x27):pipe.c: undefined
reference to `pgwin32_socket'
../../../src/port/libpgport.a(pipe.o)(.text+0xbc):pipe.c: undefined
reference to `pgwin32_socket'
../../../src/port/libpgport.a(pipe.o)(.text+0xd3):pipe.c: undefined
reference to `pgwin32_connect'
../../../src/port/libpgport.a(pipe.o)(.text+0xe5):pipe.c: undefined
reference to `pgwin32_accept'
../../../src/port/libpgport.a(pipe.o)(.text+0x154):pipe.c: undefined
reference to `pgwin32_recv'
make[3]: *** [initdb] Error 1
make[3]: Leaving directory `/home/fab/postgresql-snapshot/src/bin/initdb'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/fab/postgresql-snapshot/src/bin'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fab/postgresql-snapshot/src'
make: *** [all] Error 2
Do you know what I can do about it? Thanks for help
Fabienne
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Novice Guide to PostgreSQL compilation on Windows
2004-05-12 07:12 Novice Guide to PostgreSQL compilation on Windows V i s h a l Kashyap @ [Sai Hertz And Control Systems] <[email protected]>
2004-05-15 10:03 ` Re: Novice Guide to PostgreSQL compilation on Windows fabienne <[email protected]>
@ 2004-05-15 10:06 ` fabienne <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: fabienne @ 2004-05-15 10:06 UTC (permalink / raw)
To: pgsql-docs
hm... sorry!
WinXP, SP1. all the latest version of the GNU software, the snapshot
from May 14th.
Thanks a lot
Fabienne
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2004-05-15 10:06 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-05-12 07:12 Novice Guide to PostgreSQL compilation on Windows V i s h a l Kashyap @ [Sai Hertz And Control Systems] <[email protected]>
2004-05-12 07:44 ` Shridhar Daithankar <[email protected]>
2004-05-12 10:38 ` V i s h a l Kashyap @ [Sai Hertz And Control Systems] <[email protected]>
2004-05-15 10:03 ` fabienne <[email protected]>
2004-05-15 10:06 ` fabienne <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox