guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lost: guile 1.7.0 doesn't look to GUILE_LOAD_PATH ?


From: David Pirotte
Subject: Re: lost: guile 1.7.0 doesn't look to GUILE_LOAD_PATH ?
Date: Tue, 28 Aug 2001 10:00:39 +0200

Thomas Wawrzinek wrote:
> 
> Hi!
> 
> address@hidden wrote:
> Can you try to change that line to (dynamic-link "libpostgres")
> [i.e. without the extension]?

thanks Thomas,

i tried the followings, none of them works

(if (not (defined? 'pg-guile-pg-loaded)) ;; Unless already loaded (static) ...
  (dynamic-call "init_postgres"
                ;; (dynamic-link "/usr/local/lib/libpostgres.so")
                ;; (dynamic-link "/usr/local/lib/libpostgres")
                (dynamic-link "libpostgres.so")
                ;; (dynamic-link "libpostgres")
                ))


david



reply via email to

[Prev in Thread] Current Thread [Next in Thread]