Re: Gita Press - win98 regression - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: Gita Press - win98 regression
Date
Msg-id 20010712162450.F554@dothill.com
Whole thread Raw
In response to Re: Gita Press - win98 regression  (Aditya Gilra <aditya_gilra@yahoo.com>)
List 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.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

pgsql-cygwin by date:

Previous
From: Jason Tishler
Date:
Subject: Re: compiling native libpq...
Next
From: Jason Tishler
Date:
Subject: Re: PostgreSQL on Win/2K