From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: building 7.4.1 (on linux) with --disable-shared |
Date: | 2004-03-05 05:17:32 |
Message-ID: | 3203.1078463852@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com> writes:
> Does it currently work? src/backend/utils/mb/conversion_procs/*/ is not
> building anything, and 'make install' fails because it tries to copy
> *.so files.
For sufficiently small values of "current", it builds. You do realize
you won't have any PL languages or conversions, I trust.
2004-01-21 14:25 tgl
* src/: backend/utils/mb/conversion_procs/Makefile,
backend/utils/mb/conversion_procs/proc.mk, pl/plperl/GNUmakefile,
pl/plpython/Makefile, pl/tcl/Makefile (REL7_4_STABLE): Back-patch
repairs for --disable-shared support.
2004-01-21 14:22 tgl
* src/backend/utils/mb/conversion_procs/Makefile: If we don't have
shared libraries, we don't have conversions. Make
conversion_create.sql be empty (except for a helpful comment) in
this case. Allows initdb to succeed with --disable-shared.
2004-01-21 14:04 tgl
* src/: backend/utils/mb/conversion_procs/proc.mk,
pl/plperl/GNUmakefile, pl/plpython/Makefile, pl/tcl/Makefile: Fix
bit-rot in support for building with --disable-shared. This patch
gets us past 'make install', but initdb still fails for lack of
conversion libraries ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Joseph Shraibman | 2004-03-05 05:47:11 | performance problems: join conditions |
Previous Message | David Garamond | 2004-03-05 05:04:41 | building 7.4.1 (on linux) with --disable-shared |