Re: Gita Press - win98 regression

From: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
To: Aditya Gilra <aditya_gilra(at)yahoo(dot)com>
Cc: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Gita Press - win98 regression
Date: 2001-07-12 20:24:50
Message-ID: 20010712162450.F554@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Aditya,

On Mon, Jul 09, 2001 at 06:24:48PM -0700, Aditya Gilra wrote:
> I dnloaded the source from cygwin to do the regression
> tests on WIN98SE.
> ./configure ran fine though I don't have flex or bison
> but that shouldn't matter.

Yes, but you really should install all of Cygwin, see below...

> Tried the configure recipe from build.sh also
> but same error as below for make installcheck.
>
> $ make installcheck
> [snip]
> dllwrap -o regress.dll --def regress.def regress.o
> ../../../src/utils/dllinit.o
> -L../../../src/backend -lpostgres -lcygipc -lcrypt
> gcc: ../../../src/utils/dllinit.o: No such file or
> directory
> dllwrap: gcc exited with status 1
> make[2]: *** [regress.dll] Error 1
> [snip]
> make: *** [installcheck] Error 2
>
> What am I doing wrong?

I guess that one must successfully run make before running make
installcheck. Since I always do, I didn't notice this dependence
until now.

> Also tried make.
>
> Showing end of the output. The beginning scrolled
> above.
>
> make[2]: Entering directory
> `/usr/src/postgresql-7.1.2/src/backend'
> make -C utils fmgroids.h
> make[3]: Entering directory
> `/usr/src/postgresql-7.1.2/src/backend/utils'
> CPP='gcc -E' AWK='' /bin/sh.exe Gen_fmgrtab.sh
^^^^^^

You did not install the gawk package and possibly other required
development packages. Please do so and try again.

Jason

--
Jason Tishler
Director, Software Engineering Phone: 732.264.8770 x235
Dot Hill Systems Corp. Fax: 732.264.8798
82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2001-07-13 16:14:54 Fwd: Cygwin CVS breaks PostgreSQL drop table
Previous Message Jason Tishler 2001-07-12 20:09:27 Re: PostgreSQL on Win/2K