| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org> |
| Cc: | joern(at)TechFak(dot)Uni-Bielefeld(dot)DE |
| Subject: | Re: BUG #1067: typo in config template |
| Date: | 2004-01-27 16:26:03 |
| Message-ID: | 200401271626.i0RGQ3b18339@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
PostgreSQL Bugs List wrote:
>
> The following bug has been logged online:
>
> Bug reference: 1067
> Logged by: Jrn Clausen
>
> Email address: joern(at)TechFak(dot)Uni-Bielefeld(dot)DE
>
> PostgreSQL version: 7.4
>
> Operating system: OSF1/Tru64 Unix
>
> Description: typo in config template
>
> Details:
>
> Hi!
>
> postgresql-7.4.1/src/template/osf should be changed to
>
> THREAD_LIBS="-lpthread"
>
> The "l" is missing.
The next release will have this:
if test "$GCC" = yes
then THREAD_LIBS="-pthread"
else THREAD_CPPFLAGS="-pthread"
THREAD_LIBS="-lpthread"
fi
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-01-27 16:58:39 | Re: PgSQL Down |
| Previous Message | PostgreSQL Bugs List | 2004-01-27 12:12:10 | BUG #1068: arch dependant header files |