> I'll report back again after I've built the 2.0.3 release [ian@Kagami ~]$ env GUILE_LOAD_PATH=notadir GUILE_LOAD_COMPILED_PATH=notadir2 guile -q GNU Guile 2.0.3 ...<snip>... scheme@(guile-user)> %load-path $1 = ("notadir" "/usr/local/share/guile/2.0" "/usr/local/share/guile/site/2.0" "/usr/local/share/guile/site" "/usr/local/share/guile") scheme@(guile-user)> %load-compiled-path $2 = ("notadir2" "/usr/local/lib/guile/2.0/ccache" "/usr/local/lib/guile/2.0/site-ccache") scheme@(guile-user)>
As you can see, I get the same behaviour on 2.0.3 -- Ian Price "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled"