Re: libpq and Mac OS X

Lists: Postg토토 사이트 순위SQL
From: "L(dot) S(dot)" <lsearchw(at)lausd(dot)k12(dot)ca(dot)us>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: libpq and Mac OS X
Date: 2004-05-31 17:45:42
Message-ID: 40BB6F46.60507@lausd.k12.ca.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Is it possible to link C apps with libpq under OS X?
I've seen discussion of it in the archives, but there seems to be no
solution.

Since my last Powerbook G3 died (which had wide OS support), my new 2004
Powerbook G4, which only accepts OS X well* is what I have as my
portable development environment.

*(Debian doesn't see the HD; NetBSD doesn't see the keyboard; Gentoo
installs, but {doesn't seem very reliable, seems to need lots of system
tuning}; and YDL--who knows anymore?)


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "L(dot) S(dot)" <lsearchw(at)lausd(dot)k12(dot)ca(dot)us>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq and Mac OS X
Date: 2004-05-31 17:58:22
Message-ID: 200405311758.i4VHwM205522@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

L. S. wrote:
> Is it possible to link C apps with libpq under OS X?
> I've seen discussion of it in the archives, but there seems to be no
> solution.
>
> Since my last Powerbook G3 died (which had wide OS support), my new 2004
> Powerbook G4, which only accepts OS X well* is what I have as my
> portable development environment.

Certainly it can be done. All the PostgreSQL client apps use libpq, so
you can look at the compile line used by psql or pg_dump. We are
working on making it easier in 7.5.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073


From: "L(dot) S(dot)" <lsearchw(at)lausd(dot)k12(dot)ca(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq and Mac OS X
Date: 2004-05-31 20:56:39
Message-ID: 40BB9C07.2080507@lausd.k12.ca.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

That's right! I didn't even think of looking at the file that deals with
compiling psql (which works). The source files have helped shade in the
gray areas, in the past.

Thanks.

Bruce Momjian wrote:

> L. S. wrote:
>
>>Is it possible to link C apps with libpq under OS X?
>>I've seen discussion of it in the archives, but there seems to be no
>>solution.
>>
>>Since my last Powerbook G3 died (which had wide OS support), my new 2004
>>Powerbook G4, which only accepts OS X well* is what I have as my
>>portable development environment.
>
>
> Certainly it can be done. All the PostgreSQL client apps use libpq, so
> you can look at the compile line used by psql or pg_dump. We are
> working on making it easier in 7.5.
>

--
L. S.
Don't let the smooth face fool you.
:-| :-) ;-) :-)
*


From: "L(dot) S(dot)" <lsearchw(at)lausd(dot)k12(dot)ca(dot)us>
To: "L(dot) S(dot)" <lsearchw(at)lausd(dot)k12(dot)ca(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq and Mac OS X
Date: 2004-05-31 22:46:20
Message-ID: 40BBB5BC.9070009@lausd.k12.ca.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg토토 사이트 순위SQL

Okay. I had been using an abbreviated compile command to deal with the
libpq libraries on my Linux machine. It worked fine on Linux, but failed
on Mac OS X. (Looking at the make files hinted at this.)

Looking back at libpq-build.html and using the commands in their
intended form, my stuff compiled on OS X (and Linux), no problem.

L. S. wrote:

> That's right! I didn't even think of looking at the file that deals with
> compiling psql (which works). The source files have helped shade in the
> gray areas, in the past.
>
> Thanks.
>
> Bruce Momjian wrote:
>
>> L. S. wrote:
>>
>>> Is it possible to link C apps with libpq under OS X?
>>> I've seen discussion of it in the archives, but there seems to be no
>>> solution.
>>>
>>> Since my last Powerbook G3 died (which had wide OS support), my new
>>> 2004 Powerbook G4, which only accepts OS X well* is what I have as my
>>> portable development environment.
>>
>>
>>
>> Certainly it can be done. All the PostgreSQL client apps use libpq, so
>> you can look at the compile line used by psql or pg_dump. We are
>> working on making it easier in 7.5.
>>
>
>