Re: building Postgresql 7.3.10 on Mac OS X 10.4

From: "Peter Bazeley" <pbazeley(at)meduohio(dot)edu>
To: <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: building Postgresql 7.3.10 on Mac OS X 10.4
Date: 2005-10-13 16:35:54
Message-ID: s34e54c0.050@gwgate1.meduohio.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Tom,

Thanks, that got me passed that step, but make failed on another. My production site is stuck with 7.3.10 (RHEL 3.0), and I would like to have a separate development site on a OS X 10.4 machine, but alas, it seems I'll have to keep them together.


Thanks all for input,
Pete

Peter Bazeley, M.Sc.
Database Specialist / Research
Bioinformatics and Proteomics / Genomics
Medical University of Ohio
Toledo, Ohio 43614-5806

>>>Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> 10/13/05 11:42 am >>>

Peter Bazeley <pbazeley(at)meduohio(dot)edu> writes:

>I am trying to build Postgresql 7.3.10 on Mac OS X 10.4 and am getting a =

>couple errors related to bootstrap libraries. These are occuring during =

>make -C bootstrap all. Here is the output:=20

>make -C bootstrap all=20

>gcc -traditional-cpp -g -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes=

> -Wmissing-declarations -I. -I../../../src/include -I/sw/include/ -c -o =


For more recent versions of OS X (since 10.2 I think), you need

-no-cpp-precomp instead of -traditional-cpp. PG 7.3.* is too old to

know about that ... you can probably fix this in src/template/darwin,

but it may not be the last such gotcha. Are you sure you want such an

old PG version? I'd currently recommend the 8.0 branch for production

and 8.1 for development.


regards, tom lane

On June 8, 2005, the Medical College of Ohio's name changed to the Medical University of Ohio.

Please note that any contacts stored in your personal address book with the extension of mco.edu should now be changed to meduohio.edu to avoid any interruptions in email delivery.

CONFIDENTIALITY NOTICE:
This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
<<<<meduohio.edu>>>>

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-10-13 16:54:30 Re: BUG #1959: readline error exiting psql
Previous Message Martin Pitt 2005-10-13 16:26:38 BUG #1963: SSL certificate permission check is too strict