| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Trond Endrestøl <trond(at)ramstind(dot)gtf(dot)ol(dot)no> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: Bug in configure.in, minor annoyance, PostgreSQL 7.2devel & FreeBSD 2.2.8 |
| Date: | 2001-05-16 17:27:47 |
| Message-ID: | 200105161727.f4GHRlU19175@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Thanks. Patch applied.
[ Charset ISO-8859-1 unsupported, converting... ]
> Hi, and thank you for a great ORDBMS.
>
> The configure.in file erraneous assumes that FreeBSD 1.x and 2.x have
> ELF capability.
>
> While this is true to some extent, this assumption makes it impossible
> to compile PostgreSQL 7.1 and 7.2devel without the --disable-shared
> switch during configuration.
>
> Below you'll find my diff to configure.in, rev. 1.126.
>
> Index: configure.in
> ===================================================================
> RCS file: /home/projects/pgsql/cvsroot/pgsql/configure.in,v
> retrieving revision 1.126
> diff -r1.126 configure.in
> 556c556,557
> < freebsd1*|freebsd2*) elf=yes;;
> ---
> > freebsd1*|freebsd2*) elf=no;;
> > freebsd3*|freebsd4*) elf=yes;;
>
> --
> ----------------------------------------------------------------------
> Trond Endrest?l | trond(at)ramstind(dot)gtf(dot)ol(dot)no
> Patron of The Art of Computer Programming| FreeBSD 3.5-S & Pine 4.31
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2001-05-16 20:23:38 | Re: 7.1 Upgrade Failure |
| Previous Message | Stephan Szabo | 2001-05-16 17:23:12 | Re: Foreign key constraints on inherited columns, 2 errors. |