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 <[EMAIL PROTECTED]> wrote:
> Theodore Petrosky <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to