Re: compiling source code!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

From: Richard Huxton <dev(at)archonet(dot)com>
To: sibel karaasma <karaasma83(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: compiling source code!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Date: 2006-05-24 12:32:34
Message-ID: 44745262.1040701@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

sibel karaasma wrote:
> Hi I'm a new postgresql user. I wrote ACO (ant colony optimazition) and
> want to replace it with GEQO in postres/src/backend/optimizer but I don't know how
> to compile and run the source code :(
>
> I installed postgresql-8.1.3 and cygwin but I can not use them to
> compile the source code. I want to compare GEQO and ACO optimizers performance using a small database

Sibel, a couple of points.

1. You've posted this to several different mailing lists. See which one
looks best and stick to it.

2. You haven't provided any details of where your problem is.

Are you running cygwin instead of min-gw? Why did you choose this?
How far have you got compiling PostgreSQL? Configure? Make? Install? Run?
What error messages do you get and when do you get them?

Have you read the relevant documentation (the online manual,
installation chapter and the relevant docs in the source distribution)?

Post back to this mailing list (or perhaps the win32 one) once you have
some details.

See you soon!
--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kenneth Downs 2006-05-24 12:35:16 Re: challenging constraint situation - how do I make it
Previous Message Rafal Pietrak 2006-05-24 12:29:51 Re: background triggers?