When statically linking programs against libguile-2.0.a, I get
unresolved externals. This is on MS-Windows, but I don't think this
is related to the problem.
I finally traced that to the contents of guile-2.0.pc file:
Libs: -L${libdir} -lguile-2.0 -Ld:/usr/lib -lgc
Libs.private: d:/usr/li
> From: Thaddee Tyl
> Still, isn't it odd that it doesn't find libffi in the standard
> installation path?
Well yes and no. The guile developers decided that they weren't going
to search for libraries in ./configure. They were going to use
pkgconfig instead. So they instead just look for the