From: | Theodore Petrosky <tedpet5(at)yahoo(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: help with mac osx 10.2.6 |
Date: | 2003-09-10 16:34:31 |
Message-ID: | 20030910163431.54135.qmail@web41011.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Tom,
I got a reply back from someone on the apple
developers list.
> gcc -traditional-cpp -g -O2 -Wall
-Wmissing-prototypes
^^^^^^^^^^^^^^^
This is wrong. You need to use -no-cpp-precomp. It
says this in the release notes for the December tools
updater, as well as a number of other things... if you
haven't read the release notes carefully, then I would
read them again if I were you.
------------------------------------
so I tried make -no-cpp-precomp
it started the make and failed here:
make[3]: *** No rule to make target
`../../../src/interfaces/libpq/libpq.a', needed by
`pg_dump'. Stop.
make[2]: *** [all] Error 2
any ideas... do you have an ETA for the return of your
mac... we need you
Ted
--- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Theodore Petrosky <tedpet5(at)yahoo(dot)com> writes:
> > any ideas... i believe the problem lies with the
> > december 2002 update to the developers tools.
>
> There is some recent traffic in our archives
> suggesting that Apple's
> gcc 3.3 is busted. I have not been able to check
> this out because
> my Powerbook is in the shop (still!?!?! snif).
> Please feel free to
> investigate and propose a workaround, if there is
> one.
>
> regards, tom lane
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-09-10 16:41:32 | Re: Foreign key constraint still active after table row removed |
Previous Message | Tom Lane | 2003-09-10 16:25:38 | Re: Date 1973/06/03 Conversion Problem in 7.3.4 and 7.3.2. |