Re: Can't Build 7.3.4 on OS X

From: Hunter Hillegas <lists(at)lastonepicked(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't Build 7.3.4 on OS X
Date: 2003-07-28 17:19:37
Message-ID: BB4AA939.C3510%lists@lastonepicked.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general pgsql-hackers

Jaguar 10.2.6.

The differences is most likely the latest compilers, GCC 3.3 from Apple. You
can get them from their developer site.

Supposedly the new compiler generates MUCH better PPC code, so I was hoping
to use it.

Is there an easy way to remove 'traditional-cpp' from the whole build?

Thanks,
Hunter

> From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Date: Mon, 28 Jul 2003 01:40:50 -0400
> To: Hunter Hillegas <lists(at)lastonepicked(dot)com>
> Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
> Subject: Re: [GENERAL] Can't Build 7.3.4 on OS X
>
> Hmph. It builds just fine on OS X for me, or at least it did last week
> (my Mac laptop is now in the shop, sob). Which OS X release have you
> got, exactly? Does it help if you take out -traditional-cpp ?
>
> regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-07-28 17:47:20 Re: Can't Build 7.3.4 on OS X
Previous Message Dmitry Tkach 2003-07-28 16:49:45 Re: deadlocks in postgresql 7.2.1

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2003-07-28 17:30:24 Re: Hardware selection
Previous Message Frank Finner 2003-07-28 17:18:13 Re: pg_dump

Browse pgsql-hackers by date

  From Date Subject
Next Message elein 2003-07-28 17:23:57 Re: best way to determine start of new statement within a function? (resend)
Previous Message Joe Conway 2003-07-28 16:58:42 Re: best way to determine start of new statement within