Re: Hacking PostgreSQL to work in Mac OS X 10.3 (Panther 7B85) - Mailing list pgsql-hackers

From Marko Karppinen
Subject Re: Hacking PostgreSQL to work in Mac OS X 10.3 (Panther 7B85)
Date
Msg-id 0BEFED26-FC95-11D7-81B6-000A958D89B8@karppinen.fi
Whole thread Raw
In response to Hacking PostgreSQL to work in Mac OS X 10.3 (Panther 7B85)  (James Wilson <jwilson@lithiumcorp.com>)
Responses Question on "current_user"  (Michael Brusser <michael@synchronicity.com>)
List pgsql-hackers
On 12.10.2003, at 03:52, James Wilson wrote:
> I've done a checkout from CVS and performed a build under OS X Panther 
> 7B85 with the non-hacked header files. The problem with the param.h 
> header file seems to be fixed, however the build is failing with 
> undefined symbols in libs:

I believe you have some old files lingering on your tree:

[marko:~/src] mka% rm -rf pgsql
[marko:~/src] mka% cvs -z3 -d 
:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co -P pgsql
[marko:~/src] mka% cd pgsql
[marko:~/src/pgsql] mka% autoconf
[marko:~/src/pgsql] mka% ./configure
. . .
[marko:~/src/pgsql] mka% make
. . .
All of PostgreSQL successfully made. Ready to install.
[marko:~/src/pgsql] mka%

Either that, or your usage of mismatching OS X and dev tools versions 
is causing you problems.

mk



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: VARHDRSZ
Next
From: ivan
Date:
Subject: question about CURSOR