Re: Problems compiling from source - Mailing list pgsql-general

From George Weaver
Subject Re: Problems compiling from source
Date
Msg-id 004901c73ef0$2d8f2ee0$6400a8c0@Dell4500
Whole thread Raw
In response to Problems compiling from source  (George Weaver <gweaver@shaw.ca>)
List pgsql-general
----- Original Message From: "Magnus Hagander"

> What configure command did you run, exactly?

configure --without-zlib

I did solve the problem(?) by downloading the full distribution and using it
rather than the base distribution.  With the full distribution everything
worked just as expected.

Would there be a difference in how configure should be used between the two
options?

Regards,
George

> My build line for crypt.c is:
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g
> -I../../src/port -DFRONTEND -I../../src/include
> -I./src/include/port/win32 -DEXEC_BACKEND  -I/mingw/include/krb5
> "-I../../src/include/port/win32"  -c -o crypt.o crypt.c
>
> notice how it has a second -I for port/win32, with proper .. prefix,
> which yuors seem to be
> missing.
>
> //Magnus
>



pgsql-general by date:

Previous
From: Jorge Godoy
Date:
Subject: Re: show all record between two date after group by and aggrigation...
Next
From: "Chad Wagner"
Date:
Subject: Re: show all record between two date after group by and aggrigation...