Re: tcl on Mac OS X

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: Jeremy Buchmann <jeremy(at)wellsgaming(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: tcl on Mac OS X
Date: 2001-09-01 05:37:23
Message-ID: 3B907413.97401000@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Jeremy Buchmann wrote:
>
> > load /usr/local/pgsql/lib/libpgtcl.so ... or whatever extension the
> > libpgtcl file has ...
>
> Tried this and got a new error message:
>
> [localhost:~] buchmann% /usr/local/pgaccess/pgaccess
> Error in startup script: couldn't find procedure .dylib_Init
> while executing
> "load /usr/local/pgsql/lib/libpgtcl.so [info sharedlibextension]"
> (procedure "main" line 3)
> invoked from within
> "main $argc $argv"
> (file "/usr/local/pgaccess/main.tcl" line 249)
>
> Still looks like some dyn lib stuff. While going over the process in my
> head, I remembered that Tk wasn't patched, so it probably didn't compile
> with dynamic loading...do you think this could be the problem?

I think that Tcl does the library loading, so Tk might not be a problem!

Why don't you try to build from sources "pgtclsh" and skip that dynamic
loading?

Teo

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2001-09-03 20:53:58 Re: Query for Postgre
Previous Message Jeremy Buchmann 2001-08-31 23:34:19 Re: tcl on Mac OS X