guile-2.0.pc misses a few dependency libraries

2012-01-28 Thread Eli Zaretskii
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

Re: libffi not found even if installed in default path

2012-01-28 Thread Mike Gran
> 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