guile-devel
[Top][All Lists]
Advanced

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

Re: DTRT wrt authorship info + using examples in "make check"


From: Rob Browning
Subject: Re: DTRT wrt authorship info + using examples in "make check"
Date: 17 Jul 2001 12:07:30 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Martin Grabmueller <address@hidden> writes:

>   libguile/.libs/guile -e main -s guile-config/guile-config
> 
> That works, so I will see if I can integrate that this evening.

To be safe, now that we're using libtool, I think you're probably
supposed to use something like this:

  libtool execute libguile/guile ...

or similar.  In theory, this should arrange for all the right envt
settings, etc. so that guile will run right from there, though it
might not get GUILE_LOAD_PATH and similar bits right.  For that you
might need something more like

  GUILE_LOAD_PATH=wherever libtool execute libguile/guile

Also, if it helps I'll be migrating the guile-config code to
ice-9/config.scm eventually, so in guile 1.8 you won't need to invoke
guile-config externally if you need to get its info while you're in
guile.

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD



reply via email to

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