Oleg Parashchenko <[EMAIL PROTECTED]> writes:

> Hello,
>
> I'm trying to compile a program which uses libguile 1.8.0 under Windows
> under MinGW. The program is a plugin which uses scm_init_guile to
> initialize Guilde when loaded. Unfortunately, the program doesn't compile
> due to undefined reference to scm_init_guile. Looking in the archives, I
> found the same issue for FreeBSD. As I understand, the function
> scm_init_guile indeed isn't available with null threads.
>
> Are there any workarounds? Quick and dirty temporary fixes are ok.

Could you easily rework the program to use scm_boot_guile or
scm_with_guile instead?

      Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to