guile-user
[Top][All Lists]
Advanced

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

Re: GUILE_LOAD_PATH has no effect.


From: Martin Grabmueller
Subject: Re: GUILE_LOAD_PATH has no effect.
Date: Thu, 19 Jul 2001 18:06:52 +0200

> From: Brett Viren <address@hidden>
> Date: Tue, 17 Jul 2001 17:37:33 -0400 (EDT)
> 
> What is the equivalent to (load-from-path) in either the gh_ or scm_
> API?  Apparently, gh_load() doesn't check GUILE_LOAD_PATH.

Try this:

extern SCM scm_primitive_load_path (SCM filename);

Regards,
  'martin



reply via email to

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