---- [email protected] wrote: > Alex Sassmannshausen <[email protected]> writes: > > When I start guile up, the variable %load-path is the list '("./" > "/usr/share/guile/2.0" "/usr/share/guile/site/2.0" > "/usr/share/guile/site" "/usr/share/guile").
Beware! You really should not have "." in your %load-path for the same reasons you should not have "." in your PATH. -Dale
