Re: postgresql-tcl

From: Brett Schwarz <brett_schwarz(at)yahoo(dot)com>
To: L Bayuk <lbayuk(at)pobox(dot)com>, jlt(at)wvinter(dot)net
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: postgresql-tcl
Date: 2007-07-29 03:59:16
Message-ID: 501592.19694.qm@web38906.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Sounds like you have a unix lib.

I just got a Mac (Intel) a couple months ago...I can try to compile one for you (I've been meaning to anyways). Do you have a Intel or PPC Mac? If it's PPC, then I'm going to have to figure out how to do the universal libs, which may take longer...

----- Original Message ----
From: L Bayuk <lbayuk(at)pobox(dot)com>
To: jlt(at)wvinter(dot)net
Cc: pgsql-interfaces(at)postgresql(dot)org
Sent: Saturday, July 28, 2007 12:47:35 PM
Subject: Re: [INTERFACES] postgresql-tcl

On Fri, Jul 27, 2007 at 03:49:02PM -0400, JLT wrote:
> Can someone tell me how to use the libpgtcl in the OS X 10.4.9 system
> When I try load libpgtcl it tells me it is not a dylib
>
> TEST
> jlt$ tclsh8.4
> % load /usr/local/pgsql/lib/libpgtcl.so
> no suitable image found. Did find:
> /usr/local/pgsql/lib/libpgtcl.so: not a dylib

There are 3 Tcl interfaces to PostgreSQL, all hosted on pgfoundry.org.

pgintcl is my pure-Tcl version. You might want to try it at least to get
started, as it should run anywhere you have Tcl.

For best performance, use one of the C implementations: pgtcl or pgtclng.
(Both of these compile into "libpgtcl", by the way.)
But these will need to be compiled for your system type. Pgtclng is mine,
but I don't have access to an OS X system so I can't test it or build it
for OS X. The Pgtcl project might have a libpgtcl built for your OS X.

Where did your libpgtcl.so come from?

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly


____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/

Browse pgsql-interfaces by date

  From Date Subject
Next Message Brett Schwarz 2007-07-31 14:09:55 Re: postgresql-tcl
Previous Message L Bayuk 2007-07-28 19:47:35 Re: postgresql-tcl