guile-devel
[Top][All Lists]
Advanced

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

Re: guile-vm 0.3


From: Keisuke Nishida
Subject: Re: guile-vm 0.3
Date: Wed, 04 Apr 2001 18:03:17 -0400
User-agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/21.0.99 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

At 04 Apr 2001 15:52:01 -0500,
Rob Browning wrote:
> 
> Keisuke Nishida <address@hidden> writes:
> 
> > Hmm, make-env is defined in libguilevm.so, so it sounds like
> > dynamic-linking is not working correctly...
> 
> (All of the following tests are using your latest CVS version
>  (as of the date of this message).)

Sorry, I have changed the behavior of VM's init functions.
Could you try the following?

  guile> (dynamic-call "scm_init_vm" (dynamic-link "libguilevm.so"))
  guile> make-vm
  $1 = #<primitive-procedure make-vm>
  guile> (dynamic-call "scm_init_envs" (dynamic-link "libguilevm.so"))
  guile> make-env
  $2 = #<primitive-procedure make-env>

I believe this should work.  Otherwise, we have trouble with
dynamic linking.



reply via email to

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