Re: A weird problem about "define-private', need help please!

2020-10-17 Thread K.L.
Never mind, I figured it out. The actual problem is I didn't get the correct error message. On Sat, Oct 17, 2020 at 2:12 PM K.L. wrote: > Hello guys. > > I built myself a *libguile.so* with guile-1.8.8 source code. When > running, I got the error: > >> Unbound variable: define-private > > >

A weird problem about "define-private', need help please!

2020-10-17 Thread K.L.
Hello guys. I built myself a *libguile.so* with guile-1.8.8 source code. When running, I got the error: > Unbound variable: define-private According to my debug tracing, the initialization of *scm_init_guile* has been executed safely. And I'm sure that *boot-9.scm* has been loaded. The error