From: | George Weaver <gweaver(at)shaw(dot)ca> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Problems compiling from source |
Date: | 2007-01-23 13:12:45 |
Message-ID: | 004901c73ef0$2d8f2ee0$6400a8c0@Dell4500 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Chad Wagner | 2007-01-23 13:27:26 | Re: show all record between two date after group by and aggrigation... |
Previous Message | erick.papa | 2007-01-23 13:12:21 | Installing PostgreSQL under Cpanel |