RE: postgresql-7.0.3 + cygwin won't compile

From: "JJAR" <jjarcore(at)eresmas(dot)com>
To: "Jani Averbach" <jaa(at)cc(dot)jyu(dot)fi>, <pgsql-ports(at)postgresql(dot)org>
Subject: RE: postgresql-7.0.3 + cygwin won't compile
Date: 2001-02-05 18:49:41
Message-ID: IPECLCJEPIFNIDOABNELAEHKCBAA.jjarcore@eresmas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi Jani,

It seems to be the same problem I had.
What is wrong, at least it was for me, was the gcc version I installed
2.95.2-6 ( don't know about 2.95.2-7 ) wich seems to be broken I reinstalled
with 2.95.2-5 from scratch ( it doesn't work if you install with a newer one
on top of the older ). You have to remove the newer version from the
directory if you have downloaded everything to your drive because the setup
program seems to take the newest by default.

There is a how-to:

http://people.freebsd.org/~kevlo/postgres/portNT.html

and there is a patch you have to apply because of a harmless error, look at
previous messages in the mailing lists for IpcMemoryDetach.

Good luck.

//Juan

-----Mensaje original-----
De: pgsql-ports-owner(at)postgresql(dot)org
[mailto:pgsql-ports-owner(at)postgresql(dot)org]En nombre de Jani Averbach
Enviado el: jueves, 01 de febrero de 2001 15:17
Para: pgsql-ports(at)postgresql(dot)org
Asunto: postgresql-7.0.3 + cygwin won't compile

Hi!

I try compile postgresql 7.0.3 with cygwin under NT4.0, but there is
following compile time error.

My cygwin environment is up to date, and I will include my setup.ini with
this message, if you want check the actual configuration.
And also there is configures.tgz witch one will include all configures and
Makefiles. I'm not sure witch one are really nessessary and watch out
when untar that one, because there is no directory for these conf file.

If there is any kind solution for that problem (make postgresql running
any how under windows), it would be very good.

If you need help for port testing, I will help you. At the moment I
don't have direct net connection, but after few day I will be in the place
where is 10Mb internet connection and my profession is software
engineering, so I will help, if there is something that I can do.

Best Regards,
Jani

---
[15:53:48] $ ./configure --with-odbc --disable-syslog --enable-locale

result:

make[3]: Leaving directory
`/usr/local/src/postgresql-7.0.3/src/backend/utils/time'
gcc -I../../include -I../../backend -I/usr/local/include -O2
-I/usr/local/include -DBUILDING_DLL=1 -Wall -Wmissing-prototypes
-Wmissing-declarations -I.. -c -o fmgrtab.o fmgrtab.c
make[2]: *** No rule to make target `adt/SUBSYS.o', needed by
`SUBSYS.o'. Stop.
make[2]: Leaving directory
`/usr/local/src/postgresql-7.0.3/src/backend/utils'
make[1]: *** [utils.dir] Error 2
make[1]: Leaving directory `/usr/local/src/postgresql-7.0.3/src/backend'
make: *** [all] Error 2

---
Jani Averbach jaa(at)iki(dot)fi +358 40 759 0984

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-05 19:18:02 Re: FAQ_SCO
Previous Message Reimer, Fred 2001-02-05 18:44:04 RE: Postgresql 7.0.3 - compilation failure. Need help.