Re: [BUGS] help with mac osx 10.2.6

2003-09-10 Thread Theodore Petrosky
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 thin

Re: [BUGS] help with mac osx 10.2.6

2003-09-09 Thread Payman
Find it gcc 3.3 dont support space character (0x20) before #ifdef try this : test.c #include int main() { return 0; } gcc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -c -o test.o test.c you have the same errors ... but this works gcc -traditional-cpp -g -O

Re: [BUGS] help with mac osx 10.2.6

2003-09-09 Thread Payman
Hi Theodore I download 7.3.4 and build it !!! All of PostgreSQL successfully made. Ready to install. i am in OS X.2.6 and % gnumake -v GNU Make version 3.79, by Richard Stallman and Roland McGrath. Built for powerpc-apple-darwin6.0 Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99

Re: [BUGS] help with mac osx 10.2.6

2003-09-07 Thread Tom Lane
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 i

[BUGS] help with mac osx 10.2.6

2003-09-07 Thread Theodore Petrosky
Please help with a mac osx installation... I had installed 7.3.4 on osx 10.2.6 some months ago. it was a painless installation. I responded to someone on the apple help list about installing. this person was having a problem with the make stage. I didn't think to retry making on my system. I did.