Skip to content

Instantly share code, notes, and snippets.

@Madsy
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Madsy/9441848 to your computer and use it in GitHub Desktop.
Save Madsy/9441848 to your computer and use it in GitHub Desktop.
./configure --host=i686-w64-mingw32 --disable-threads --disable-rpath --enable-shared=no \
--enable-static=yes --prefix=/home/madsy/mingw --with-sysroot=/home/madsy/mingw \
--without-libpth-prefix --enable-debug-malloc --enable-guile-debug
make
....
./.libs/libguile-2.0.a(libguile_2.0_la-threads.o): In function `do_thread_exit_trampoline':
/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw/libguile/threads.c:721: undefined reference to `_GC_register_my_thread'
./.libs/libguile-2.0.a(libguile_2.0_la-threads.o): In function `on_thread_exit':
/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw/libguile/threads.c:782: undefined reference to `_GC_unregister_my_thread'
./.libs/libguile-2.0.a(libguile_2.0_la-threads.o): In function `scm_i_init_thread_for_guile':
/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw/libguile/threads.c:851: undefined reference to `_GC_register_my_thread'
./.libs/libguile-2.0.a(libguile_2.0_la-threads.o): In function `launch_thread':
/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw/libguile/threads.c:1016: undefined reference to `_GC_pthread_detach'
./.libs/libguile-2.0.a(libguile_2.0_la-threads.o): In function `scm_call_with_new_thread':
/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw/libguile/threads.c:1052: undefined reference to `_GC_pthread_create'
./.libs/libguile-2.0.a(libguile_2.0_la-threads.o): In function `spawn_thread':
/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw/libguile/threads.c:1109: undefined reference to `_GC_pthread_detach'
./.libs/libguile-2.0.a(libguile_2.0_la-threads.o): In function `scm_spawn_thread':
/home/madsy/mingw/home/madsy/demo_deps/guile-2.0.9.219-e1bb-dirty-mingw/libguile/threads.c:1132: undefined reference to `_GC_pthread_create'
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment